body, td, span {
    
   font-family : Georgia;
	color: 808080;
	font-family:  Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
    font-family : Georgia;
	color: 808080;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
background-color: #FFFFFF;
text-align : center;
}
hr {color:#FFFFA0}

.scrollbar {
    scrollbar-arrow-color : Black;
    scrollbar-base-color : Gray;
    scrollbar-darkshadow-color : Grey;
    scrollbar-highlight-color : #A9A9A9;
    scrollbar-track-color : Gray;
    scrollbar-shadow-color : Gray;
}
.albuminfo {
	color: 000000;
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.button {
	color: #FF0000;	
	background-color: #FFFFA0; 
	font-family:Georgia, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
}
.border {
 	border-collapse: collapse; 
	border-style: solid; 
	border-width: 1px; 
	border-color: aaaaaa;
 }
/* default text inside the div for the right frame with the content */
.body {
	color: 808080;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.bold {
	color: FF0000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* red for error messages */
.error {
	color: 990000;
	font-family:Georgia, Courier, Arial Black, Helvetica, sans-serif;
	font-size: 12px;
}
.body_title {
	color: 000000;
	font-family: Georgia, Verdana;
    font-size: 12px;
    
}
.menu {
	position:absolute; 
	/*left:370px;*/
	left:50%;  
	top:0px; 
	width:150px; 
	height:111px; 
	margin-left:105.5px;
	z-index:6;
}

/* the title of each page */
.title {
	color: 000000;
	font-family: Georgia, Verdana;
    font-size: 14px;
	font-weight:bold;
}
/* smaller title for the audio player and email title */ 
.sm_title {
	font-color: FF0000;
    font-size: 10px;
    font-family: Georgia, Verdana;  
}
.trans_box2 {	
  font-family:Georgia, Verdana;
  font-size: 12px;
 /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:1;
  /* for Mozilla */
  -moz-opacity:1;
  scrollbar-arrow-color : Black;
  scrollbar-base-color : Gray;
  scrollbar-darkshadow-color : Grey;
  scrollbar-highlight-color : #A9A9A9;
  scrollbar-track-color : Gray;
  scrollbar-shadow-color : Gray;
}

/* IE ignores styles with [attributes], so it will skip the following. 
this give the transparent png */
.trans_box2[class] {
padding: 0px;
font-size: 12px;
color: #000000;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}

/*      POSITIONING                 */

/* position for the logo 'Val Emmich' */
/*div.header {
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 50px;
    font-weight: bold;
}*/
/* controls the positioning of the links in the header */
/*div.header_links {
    position: absolute; 
    left: 365px; 
    line-height : 17px;
    top: 23px;
}  
*/
/*      LINKS           */

/* default value given to a link with no class */	
a {
	color: FF0000; 
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	
}
a:hover {
	color: FF0000; 
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
/* default links for anything appearing in the body (right frame with content) */
a.body {
	color: FF0000;
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
a.body:hover {
	color: FF0000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
/* style for the tracks to the albums on music.php */
a.tracks {
	color: 000000;
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
a.tracks:hover {
	color: FF0000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}
/* style for the links in the header */  
a.header {
    color:#FF0000;
    padding: 5px;
    font-size: 12px; 
    text-decoration: none; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}

a.header:hover {
    color:#FF0000; 
    font-size: 12px; 
    text-decoration: none; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}
/* style for links in the footer throughout the site */
a.footer {
    color:FF0000; 
    padding: 5px;
    font-size: 13px; 
    text-decoration: none; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}
/* FF0000; */
a.footer:hover {
    color:000000;
    padding: 5px;
    font-size: 13px; 
    text-decoration: underline; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}
/* style for links in the footer throughout the site */
a.menu {
    color:FF0000; 
    padding: 5px;
    font-size: 12px; 
    text-decoration: none; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}
/* 6BCFE7; */
a.menu:hover {
    color:FF0000;
    padding: 5px;
    font-size: 12px; 
    text-decoration: underline; 
    font-family:Georgia, Courier New;
	font-weight:bold;
}
/* style for links in the footer throughout the site */
a.menu_on {
    color:FF0000; 
    padding: 5px;
    font-size: 12px; 
    text-decoration: none; 
    font-family:Georgia, Verdana;
	font-weight:bold;
}
/* FF0000; */
a.menu_on:hover {
    color:FF0000;
    padding: 5px;
    font-size: 12px; 
    text-decoration: underline; 
    font-family:Georgia, Verdana;
	font-weight:bold;
}
a.browser {
	color: 000000; 
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
a.browser:hover {
	color: 000000; 
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}