/* Design and code: Asta*/
body
{
	background-color: #FFFFFF;
	margin: 2px;
	padding: 0px;
	font-family: Impact;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	

}h1
{	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h2
{	
	font-weight: bold;	
	font-size: 16px;	
	margin: 0px;	
	padding: 0px;	
	color: #FC9720;
}
h3
{	
	font-weight: bold;	
	font-size: 13px;	
	margin: 0px;	
	padding: 0px;	
	color: #FC9720;
}
a
{
	color: #660033;
	font-weight: bold;	
	font-size: 11px;
	text-decoration: none;
}

a:link
{
	color: #660033;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;

}

a:active
{
	color: #333333;
	font-weight: bold;
}

a:visited
{
	color: #333333;
	font-weight: bold;
}

a:hover
{
	color: #FC9720;
	font-weight: bold;
}

.blog{	
	position: relative;
	top: 10px;
	min-width: 120px;
	height: auto;
	margin: 0px 7px 0px 10px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding: 10px;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}.header
{
	position: relative;
	top: 10px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.content
{
		position: relative;
		width: 360px;
		height: 100%
}
.bigcontent
{
		position: relative;
		width: 800px;
		top: 10%;
}
.hexblog
{
		position: relative;
		width: 400px;
		height: 100%;
		top: 5%;
}

.bottom
{
		font-family: Impact, Arial;
		font-size: 14px;
		position: absolute;
		width: 280px;
		height: 20px;
		top: 0;
		left: 35%;	
		color: #000000;
		font-weight: 300;
		
}


.bottom a:link
{
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;

}

.bottom a:active
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.bottom a:visited
{
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}

.bottom a:hover
{
	color: #FC9720;
	font-size: 14px;
}


.title
{
	font-family: impact;
	font-size: 24px;
	position: absolute;
	top: 10;
	left: 50;	
	color: #000000;
		
}
.title a:link
{
	font-family: impact;
	font-size: 24px;
}	
.title a:hover
{
	font-family: impact;
	font-size: 24px;
	color: #000000;

}	
.title a:active
{
	font-family: impact;
	font-size: 24px;
	color: #000000;

}	
.title a:visited
{
	font-family: impact;
	font-size: 24px;
	color: #000000;

}	

.date
{
	text-align: right;	
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	
}


.bigger
{
		font-family: Arial;
		font-size: 16px;
		weight: 800;
}

iframe { 
overflow-x: hidden; 
overflow-y: scroll; 
} 
.frame_body {
    
           scrollbar-3dlight-color:;
           scrollbar-arrow-color:#FFF;
           scrollbar-base-color:#FFF;
           scrollbar-darkshadow-color:#FFF;
           scrollbar-face-color:#FFF;
           scrollbar-arrow-color: #000;
           scrollbar-highlight-color:#FFF;
           scrollbar-shadow-color:#FFF;
           scrollbar-track-color: #FFF;
	   overflow-x: hidden; 
	   overflow-y: scroll; 
}







