/*
 * Style sheet for the Aquarius pages
 */
 
 /* Default settings */
body { 
	color:black;
	background-color:rgb(49,198,198); 
}

a:hover {
	color:red;
}

/* Logo */
A.Logo	{ color: rgb(49,198,198); }
A.Logo img { border:0; }
A.Logo:active { color: rgb(49,198,198); }
A.Logo:hover { color: rgb(49,198,198); }
A.Logo:link { color: rgb(49,198,198); }
A.Logo:visited { color: rgb(49,198,198); }


/* Fonts */
/*
 * .fntNormal {font-family:tahoma,sans-serif;text-decoration:none}
 * .fntOver {font-family:tahoma,sans-serif;text-decoration:overline}
 */
.fntNormal {font-family:tahoma;text-decoration:none}
.fntOver {font-family:courier;text-decoration:overline}


/* End of file: Stylesheet.css */