body  {
		background-color: #333;
		font-family:  Arial, Helvetica, Geneva, sans-serif;
		font-weight:  normal;
		
		
}

h1  {
		color:  #c00;
		font-weight:  600;
		font-size:  24px;
		text-align: left;
		font-style: italic;
}

h2  {
		color:  #c00;
		height:  10px;
		font-weight:  bold;
		font-size:  16px;
}
h3 {
		color:  #309;
		height:  8px;
		font-weight:  bold;
		font-size:  14px;
}
p {
		color: #fff;
		font-size:  14px;
		line-height: 20px;
}

p.top  {
		font-size:  15px;
		font-weight:  bold;
		text-align: right;
		line-height: 12px;
		font-style: italic;
}

p.small  {
		font-size: 9px;
		text-align: left;
		line-height: 12px;
}
a  {
		color:  #ccc;
		height:  40px;
		font-weight:  bold;
		font-size:  14px;
		text-decoration: none;
}

a:visited {
		color:  #ccc;
}

a:hover  {
		color: #c00;
		text-decoration: underline;
		background-color: #ccc;
}

a:active {
		color: #309;
		text-decoration: underline;
		background-color: gray;
}

li  {
		font-weight: bold;
		line-height: 150%
}

table  {
		border: none;
}
		