/* basic elements */

body { 
	color: #ffffff; 
	background-color: #2d5964;
	text-align:center;
	}

p, li, ul, td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	}

a:link { 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
	}	
	
.title	{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	}
		
.nav	{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	}

		
.footer	{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	font-variant: small-caps;
	}

.mural_title	{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:19px;
	}
	
.caption	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	}