body {
	background-color: CFDEE4;
        font-family: arial;
	font-size: 8pt; 
        color: #000000;
}

b, strong {
	color: #9CAEBA;}

i , em {
	color: #d93335;}
u {
	color: #a86765;}

blockquote {
background-color : #ddddc5;
width : 350px;
text-align : center;
font : 12px/18px "Nina", sans-serif;
color : #000000;
border-left : 4px dotted #f35f5f;
padding : 4px;
margin: 0;
} 

h1 {
font-size : 20pt;
font-weight : bold;
font-family : times;
border-top : 0 solid #000000;
border-bottom : 1px dotted #555555;
background-color: transparent;
color : #B4C3D4;
text-align : center;
margin-bottom : 1px;
line-height : 25px;
margin : 0;
text-transform : lowercase;
text-shadow : #222222 1px 1px 1px;
letter-spacing : -1px;
padding : 2px;
padding-left : 4px;
}

h2 { 
font-family : "small fonts"; 
font-size : 7px; 
color : #000000; 
text-align : center; 
text-transform : uppercase; 
font-weight : normal; 
background-color : #DCE3E5; 
line-height : 10px; 
letter-spacing : 1px; 
margin : 0px; 
padding-top : 0px; 
}

a:link, a:active, a:visited {
	color: #7DCAE8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #719AAB;
	text-decoration: none;
	border-bottom : 2px dashed #222222;
}