P {
font-size : small;
font-family : Georgia;
font-weight : normal;
font-style : normal;
color : Blue;
text-align : left;
background-color : Gray;
}
H1 {
text-indent : 12pt;
font-size : x-large;
font-family : Georgia;
font-weight : bold;
font-style : normal;
color : Red;
text-align : center;
background-color : Gray;
}
H2 {
font-size : large;
font-family : Georgia;
font-weight : normal;
font-style : normal;
color : Lime;
text-align : left;
background-color : Gray;
}
H3 {}
A {}
A:Visited {}
A:Active {}
A:Hover {}
BODY {
font-size : small;
font-family : Georgia;
font-weight : normal;
font-style : normal;
color : Blue;
text-align : left;
text-indent : 12pt;
background-color : Gray;
margin-left : 12pt;
margin-right : 12pt;
border-color : Yellow;
border-style : solid;
float : none;
clear : none;
border-width : thin;
}