/* Default CSS */


body { font-family: 'comic sans ms', Arial, sans-serif;
        background: #fde3f5;
		margin-left: 15px;
		font-size: 10pt;
		text-align: left;
}

body.cen{
font-family: 'comic sans ms', Arial, sans-serif;
        background: #FBF1E5;
		margin-left: 15px;
		font-size: 10pt;
		text-align: center;
}

.mainStory {
		width: 540px;
		padding: 15px 15px 15px 0px;
}

.descrip {width: 400px;
/*float: right;*/
text-align: justify;
margin-left: 115px;
/*border: dashed;*/
}


h6 { font-size: 14pt; margin-top: 0px; margin-bottom: 0px;}
h5 { font-size: 16pt;  margin-top: 0px; margin-bottom: 0px;}
h4 { font-size: 18pt;  margin-top: 0px; margin-bottom: 0px;}
h3 { font-size: 20pt;  margin-top: 0px; margin-bottom: 0px;}
h2 { font-size: 22pt;  margin-top: 0px; margin-bottom: 0px;}
h1 { font-size: 24pt;  margin-top: 0px; margin-bottom: 0px;}
p { font-size: 12pt;  margin-top: 0px; margin-bottom: 0px;}

a { font-size: 10pt; color: #000000;}
a:hover { font-size: 10pt; color: #B15EF5;}
    
a.credit { font-size: 9pt; 
	color: #000000;}
a.credit:hover { color: #B15EF5}

.credit { font-size: 9pt; color: #000000;}
.ten { font-size: 9pt;}
.red { color: #ff0000;}
.rust { color: #cc6600;}
a         { color: #000000;}
a:visited { color: #000000;}
a:hover   { color: #B15EF5;}
.category { font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 15px;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}