
BODY {
	width: 600px;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
}

A:LINK, A:ACTIVE, A:FOCUS {
	color: #0000FF;
	text-decoration : none;
}
A:VISITED{
	color: #0000FF;
	text-decoration: none;
}

A:HOVER {
	color : white;
	background-color :#0000FF; 
}

h1{
	background-color: Yellow;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22 pt;
	font-weight : bold;
	color: #000000;
}
.yellow {
	color: Yellow;
}
.red {
	color: Red;
}
