body {font-family: Verdana, Arial, Helvetica, sans-serif;}

p {color: #333333;
font-size: 12px;
font-weight: normal }

H1 {text-align: left;
color: #333333;
font-size: 10px;
font-weight: bold }

H2 {text-align: right;
color: #333333;
font-size: 10px;
font-weight: bold }

H3 {text-align: right;
color: #333333;
font-size: 10px;
font-weight: normal }

H4 {text-align: left;
color: #333333;
font-size: 10px;
font-weight: normal }

A:link { text-decoration: none;
color: #990000 } 
A:visited { text-decoration: none;
color: #330000 } 
A:active { text-decoration: none;
color: #660066 }
A:hover { text-decoration: underline;
color: #FF0000 } 

.sidebar a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
.sidebar a:visited {
	color: Blue;
	text-decoration: underline;
	font-size: 10px;
}
.sidebar a:hover {
	color: Aqua;
	text-decoration: none;
	font-size: 10px;
}
.sidebar a:active {
	color: #333300;
	text-decoration: underline;
	font-size: 10px;
}
.jokes{
	color: Black;
	text-decoration: none;
	font: 12px;
}

