/* 
    Document   : content
    Created on : Jul 2, 2009, 5:16:44 AM
    Author     : Stephen Liberty
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
	background-color:#FFFFFF;
    color:#1B1464;
	margin-top:0px;
    font-size:14px;
	font-family:Arial, sans-serif
}

#content a {
    color:#7FA1FF;
}

ul.no-fancy{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

li.no-fancy{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}
