@charset "utf-8";
/* CSS Document */
*{ margin: 0;	padding: 0; }
body {text-align: justify; margin-top: 0px; margin-bottom: 0px; background-color: #000000;}

p {
	font-family: "Comic Sans MS" ;
	font-size: 14px;
	color: #000033;
}
a:link {
	color: #CC00CC;
	text-decoration: underline;
}

a:visited {
	color: #660000;
	text-decoration: underline;
}

a:active {color: #CC0000; text-decoration: underline;}

a:hover {color: #FF0000; text-decoration: none;}

h1 {margin:0; padding:3px; font-family:Tahoma, Arial; font-size:24px; font-weight:bold; line-height:24px; color:#fff; background-color:#990000; text-align:center;} 
h2 {margin:0; padding:3px; font-family:Tahoma, Arial; font-size:18px; font-weight:bold; line-height:20px; color:#fff; background-color:#990000; text-align:center;}


.wrap {
    width: 800px;
    float: none;
    margin-right: 20px;
	margin-left: 5px;
	margin-top: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; 

}

.header {
width: 800px;
background-color: #ffffff;
}

.directsex { 
    width: 220px;
	page-break-inside:avoid;
    float: left;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #990000;
}

.content { 
    width: 575px;
    float: right;
	background-color: #ffffff;
	text-decoration: none;
	border: none;
	}
	
.stanga { 
    width: 220px;
    float: left;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #990000;
	margin-top: 5px;
}


