body { 
font-family: Georgia, verdana, "Times New Roman", Times, monaco, serif ;
font-size: medium;
font-style: normal;
color: #000000;
margin-left: 1cm;
background-color: #FFFFEF;
background-image: url(sumbg1c.gif);
}

A { color: #0030B2; text-decoration: none; font-weight: bold; } 
	A:link		{ color: #800000; text-decoration: underline; } 
	A:visited	{ color: #E26F00; text-decoration: none; } 
	A:active	{ color: #C8109F; } 
	A:hover		{ color: #E26F00; text-decoration: underline overline; } 
	
.center { text-align: center; }

.red { color: red; }

.blue { color: #0080FF; }

h1 { color: #800000;
text-decoration: underline overline;
text-align: center;
}

h2, h3, h4, h5 { color: #800000; }

li { margin-bottom: 10px; }

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}
