BODY {
        background-color : Pink;
        background-image : url(http://wilstar.com/images/val-bg.jpg) ;
        color : Black;
        margin-left : 10%;
        margin-right : 10%;
}

P {
        font-family : Arial, San-Serif;
        line-height : 15pt;
        font-size : 11pt;
}

P:first-letter.maintext { 
	 font-size: 200%; float: left; 
	 color : Purple;
	 font-weight : bold;
}

P.note {
        font-size : 8pt;
}


H2 {
        font-family : Arial, San-Serif;
        color : Red;
	  font-variant : small-caps;
}

A:LINK {
        color : Blue;
        text-decoration : none;
}

A:VISITED {
        color : Blue;
        text-decoration : none;
}
A:HOVER {
        color : Blue;
        background-color : Yellow;
}

UL {
        font-family : arial, sans-serif;
}
