
a:link {

	color: #FF3232;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #FF3232;

}

a:hover {

	text-decoration: underline;

	color: #AAAAAA;

}

a:active {

	text-decoration: none;

	color: #AAAAAA;

}

body {
	background-color: #eeeeee; color: rgb(80, 140, 220);
}

h1  { font-size: 30px; 
      color: rgb(80, 140, 220);}

h2  { color: rgb(80, 140, 220); font-size:30px;" }

