html {
	background-image:url(background.jpg);
	background-repeat:repeat;
	background-color:#f4e7f2;
	}

body {font-family:Helvetica, Arial, Comic Sans MS, Verdana, Times New Roman, Georgia;}


A:link {color:#00007a; text-decoration:underline;}
A:visited {color:#00007a; text-decoration:underline;}
A:hover {color:#5b4835; text-decoration:none;}
A:active {color:#5b4835; text-decoration:none;}

A.nav:link { color: black; text-decoration: none;}
A.nav:active { color: #00007a; text-decoration: none;}
A.nav:visited { color: black; text-decoration: none;}
A.nav:hover { color: #00007a; text-decoration: underline;}
