address:first-line
{
	font-variant: small-caps;
}

a
{
	color: #00a;
}

a:hover
{
	color: red;
}

ul
{
	font-variant: small-caps;
	text-indent: 0mm;
	font-weight: bold;
}

li ul li
{
	font-weight: normal;
	font-style: oblique;
}

p
{
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	text-indent: 1cm;
}

li p
{
	text-indent: 0cm;
	font-weight: normal;
} 


body
{
	scrollbar-face-color: #18f;
	scrollbar-shadow-color: #ccf;
	scrollbar-track-color: #ddf;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #88f;
	scrollbar-darkshadow-color: #111;
	scrollbar-arrow-color: #fff;
	color: blue;
	font-family: "Trebuchet MS", sans-serif;
}

pre
{
	margin-right: 10px;
}

.topCell
{
	height: 160px;
	width: 205px;
}

.IEShadowed
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=135, Strength=4)
}

.gbutton
{
	font-family: "Trebuchet MS";
	background: #77F;
	color: #FFF;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=135, Strength=3)
}