body {
	font : small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	background : white;
}

#nav {
	background : url("images/menu-bg.gif") repeat-x top;
	font : bold smaller;
	color : #191970;
}

#nav a, #nav a:link, #nav a:visited { 
	text-decoration : none;
	color : #4C4CC6;
 }
 
#nav a:hover { 
 	color: white;
  }
  
#content {
	font : smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	border : thin dotted Aqua;
	background : White;
	padding: 30 30 30 30;
}

#content a, #content a:link, #content a:visited {
	text-decoration: udnerline;
	color: #4C4CC6;
	font: bold;
}

#content a:hover {
	color: #666600;
}

#contentheading {
	font : bold medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	border : thin dotted Aqua;
	background : white;
	color : #4C4CC6;
	padding: 5 5 5 30;
}

h1 {
	color: #4C4CC6;
	font: bold large;
}

h2 {
	color: #4C4CC6;
	font: bold medium;
}
