p {
	font-size: 40px;
	color: silver;
	font-weight: bold;
}
a {
	color: blue;
}
td {
	background-color: blue;
}
th {
	background-color: blue
}
.right {
	text-align: right;
}
#list{
	list-style-type: none;
}
	