body {
	background: #ffffff ;
	background-repeat: repeat-x;
        font-family: Trebuchet MS;
        font-size:11px;
        color: #3C3C3C;
        margin: 0px;
	text-align:left;
}

.sidetitle {
        background: #0370ab;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:2px;
	padding-right: 4px;
	padding-bottom: 2px;}

.comment {
        background: #0370ab;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:0px;
	padding-right: 4px;
	padding-bottom: 0px;}

.thegirl {
        background: #8f3c4e;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:2px;
	padding-right: 4px;
	padding-bottom: 2px;}

.comment2 {
        background: #8f3c4e;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:0px;
	padding-right: 4px;
	padding-bottom: 0px;}


.thegirl2 {
        background: #8f3c4e;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:0px;
	padding-right: 4px;
	padding-bottom: 0px;}

.extra {
        background: #9eb3a7;
	font-family: trebuchet ms;
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #ffffff; 
	text-align: normal;
	padding-left: 5px;
	padding-top:2px;
	padding-right: 4px;
	padding-bottom: 2px;}


.content {
        background: #bed2c7 ;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: trebuchet ms; 
	font-size: 11px; 
	line-height: 13px;  
	color: #5b5b5b;
	text-align: justify;
	padding:10px;
	padding-left: 5px;
}


.content-pics {
        background: #d8dada ;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: trebuchet ms; 
	font-size: 11px; 
	line-height: 13px;  
	color: #5b5b5b;
	padding:10px;
	padding-left: 16px;
}






/* LINKS */

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	font-weight: bold;;
	color: #FFFFFF; 
}

a:hover {
	text-decoration: underline; 
	ffont-weight: bold;
	cursor: hand;
	color: #FFFFFF;
}