body {
 font-family: Verdana;
 color: #000000;
}

p {
 font-family: Verdana;
 text-align: justify;
}

h1 {
 font-family: Verdana;
 font-size: x-large;
 font-weight: bold;
 color: Red;
 text-align: center;
}

h2 {
 font-family: Verdana;
 font-size: medium;
 font-weight: bold;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color: Red;
}