
body
{
	margin: 5px;
	color: #000000;        
	font-family:  Verdana, sans-serif;
	/* font-size: 11px; */
	font-size: 10px;
/*	font-size: 76%; */

		/* font sizing in ems, just change this. unny thing happens at 75% and lower. 
                 opera goes to a nice small size, but moz and ie pc change almost not at all. 
                 seems 76% is as small as you can go and stay the same across browsers*/
	
         background-color: #fff;

      /*   background: url("http://www.krop.com/media/css/cssimg/blue_skies.gif");
           background-repeat: repeat-x; */
}


ul { list-style-type: square; }

/* ------------- TEXT -------------------------------------------------- */

h2 { 
	font-size: 110%;
	padding:0px;

}


.section_title { 
	padding:0px;
	font-style: normal; 
	font-size:110%;
	color: #000; 
}
.head {

        font-style: normal; 
        font-size:170%; 
        color: #000;
        color: #000;
	padding: 0px;

}

A:hover.head {
	color: #000;
        text-decoration: none;

}

.audiolink {
	color: #0eb0d9;
}
.audiolink:hover {
	cursor: pointer;
        background-color: #0eb0d9;
	color: #fff;
}

.content {  
	margin-left: 5px; 
	padding: 0px; 
	width: 525px;
}

.header {
border: 0px solid;	
position: relative;
	text-align: bottom; 
	margin-left: 0px; 
	/* padding: 0px;*/
        padding-bottom:0px;
}

.nav {
	border: 0px solid;
	position: relative;
	padding-top: 0px;
}


input[textarea] { border: 1px solid; }

.entry_odd {width:525px; padding:0px; }
.entry_even {width:525px; padding:0px; }
.bottom_margin { margin-bottom : 5px; }


/* ------------- LINKS -------------------------------------------------- */


A, A:link, A:visited {
	font-size:100%;
	/* color: #ff0b5b; */
	color: #0eb0d9;
	text-decoration: none;

}

A:hover { 
	/* color: #0bceff; */ 
	/*color: #ff0b5b; */
	color: #ffffff;
        background-color:  #0eb0d9;
}

.imglink { margin: 0px; 
	text-decoration: none; 
	font-size:0px; 
	display:block; padding:0 0px 0 0px !important;

}

/* ------------- LINES -------------------------------------------------- */

hr {color: #fff; background-color: #fff; border: 1px dotted #000000; border-style: none none dotted; }

test { 
	/* background: url(line.gif) no-repeat scroll left; */
 
	
        border: 1px dotted #8d8d8d;
	color: #8d8d8d;
	background-color: #8d8d8d;  
        border-style: none none dotted; 
        /* color: #c1ff2d;
        background-color: #c1ff2d; */
	width: 100%;
}

