/* Default CSS Stylesheet for a new Web Application project */

/*
BODY
{

    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .6em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}*/

a:link {   color:#eee8aa;text-decoration:none;}
a:visited {   color:#eee8aa;text-decoration:none;}
a:hover {   color:#eee8aa;text-decoration:underline;}

P
{
	margin-top: 0.6em;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: 'Times New Roman' , Verdana;
	letter-spacing: normal;
}

UL {color:#8b4513;}
