h1
{
    FONT-SIZE: 28px;
    COLOR: #273779;
    FONT-FAMILY: Myriad Pro, Arial, Helvetica, sans-serif;
    text-align:center;
}
p
{
    	FONT-SIZE: 13px;
    	COLOR: #000000;
    	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
h2
{
    	FONT-SIZE: 20px;
    	COLOR: #589458;
    	font-weight:bold;
   	FONT-FAMILY: Myriad Pro, Arial, Helvetica, sans-serif;
}
a.nav
{
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	FONT-WEIGHT: bold;
	text-transform: uppercase;
}
a:hover.nav
{
	FONT-SIZE: 16px;
	COLOR: #dd5f1a;
	width:200px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	FONT-WEIGHT: bold;
	text-transform: uppercase;
}
div#main
{
	width: 500px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #678862;
	background-image: url('http://obvio.us.com/Images/Boxbg.png');
}
a
{
	FONT-WEIGHT: bold;
    	COLOR: #273779;
	text-decoration: none; 
}

a:hover
{
	COLOR: #589458;
	text-decoration: none; 
	FONT-WEIGHT: bold;
}
/* lists */	

ul 
	{
	FONT-SIZE: 12px;
    	COLOR: #000000;
    	FONT-FAMILY: Arial, Helvetica, sans-serif;
    	list-style-image: url('http://obvio.us.com/Images/greenball.png');
	}
	
ol 
	{
	FONT-SIZE: 12px;
    	COLOR: #000000;
    	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
