/* ------------------------------------------------------------
    
    Title:     Objective Online Marketing
    Type:      CSS for Screen
    Author:    VickeryHill.com
    Updated:   1/19/2009

------------------------------------------------------------ */

body {
	margin:20px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#000000;
	}

a:link {color:#0F0F90; text-decoration:none;}
a:visited {color:#548DD4; text-decoration:none;}
a:hover {color:#548DD4; text-decoration:underline;}
a:active {color:#548DD4; text-decoration:underline;}
	
/* ------------------------------------------------------------
    
    Layout

------------------------------------------------------------ */

#wrapper {
	width:477px;
	margin:auto;
	}