BODY {
        color : black ;
        background : white ;
        background-color : white ; 
        font-size : large ;
	margin-left: 3em ;
	margin-right: 3em ;
}

 :link { 
        color : #0000ff ;
        background-color : white ;
        border : none ;
}

A:visited { 
        color : #666666 ;
}

A:active { 
        color : #ff0000 ;
}

A:hover {
        color : #ffffff ;
        background-color : #000000 ;
}

UL { 
        font-family : Arial, Helvetica, sans-serif ; 
        color : black ;
        background-color : white ;
        list-style : square ;
}

OL {     
        font-family : Arial, Helvetica, sans-serif ;
        color : black ;
        background-color : white ;
}

LI { 
        font-family : Arial, Helvetica, sans-serif ;    
        color : black ;
        background-color : white ;
}

DL {     
        font-family : Arial, Helvetica, sans-serif ;    
        color : black ;
        background-color : white ;
}

SUP {
        font-size : smaller ;
}

SUB {
        font-size : smaller ; 
}

IMG {
        border : 0px ;
}

P {
        text-align : justify ;   
        font-family : Arial, Helvetica, sans-serif ;    
        color : black ;
        background-color : white ;
}

H5 {
        font-family : helvetica, arial, sans-serif ;
        color : black ;
        background-color : white ;
}

H4 {
        font-family : helvetica, arial, sans-serif ; 
        color : #333333 ; 
        background-color : white ;
        font-variant : small-caps ;
}

H3 {
        font-family : helvetica, arial, sans-serif ; 
        color : #000066 ;
        background-color : white ;
        font-variant : small-caps ;
}

H2 {
        font-family : helvetica, arial, sans-serif ; 
        color : #000066 ;
        background-color : white ;
        font-weight : 500 ;
        text-align : right ;
        font-variant : small-caps ;
        font-size : 14pt;
}

H1 {
        font-family : helvetica, arial, sans-serif ; 
        color : #330099 ;
        background-color : white ;
        font-weight : 500 ;
        font-variant : small-caps ;
        font-size : 24pt ;
	text-align: right ;
}
