
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/************** .story styles *****************/

.story{
        color: #333;
        display: block;
        font: normal 77% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

.story2 {
        color: #333;
        display: block;
        font: normal 77% Verdana, Helvetica, sans-serif;
        line-height: 125%;
		padding: 0px 0px 0px 5px;
}



