/* Dan Aron Riesen: danaron.com stylesheet */

A:active {
	color : lime;
	background : white;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	color : Aqua;
	background : white;
	font-weight : bold;
	text-decoration : none;
}

A:link {
	color : blue;
	background : white;
	font-weight : bold;
	text-decoration : none;
}

A:visited {
	color : olive;
	font-weight : bold;
	text-decoration : none;
}

BODY { 
	color: black;
	background-color: white; 
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 50px;
}

ADDRESS {
	margin : 15 ;
	font-style : italic;
	text-align : right;
}

BLOCKQUOTE {
	margin : 15 ;
	font-style : italic;
}

CITE, STRONG EM, EM STRONG, B I, I B {
	font-weight : bold;
	font-style : italic;
}

H1 {
	font-size : 29 ;
	font-weight : bold;
}

H1, H2 {
	font-family : "Times New Roman", "Times Roman", "Times", serif;
}

H2 {
	font-size : 18 ;
}

H3, H4, H5, H6 {
	font-size : 13 ;
}

H3 {
	border-bottom : thin solid Blue;
}
UL {
	font-size : 12 ;
	font-style : normal;
}