html {

scrollbar-face-color: #FFFFFF; 

scrollbar-shadow-color: #330066; 

scrollbar-highlight-color: #9900FF; 

scrollbar-3dlight-color: #660099; 

scrollbar-darkshadow-color: #330066; 

scrollbar-track-color: #000000; 

scrollbar-arrow-color: #9900FF;

}



BODY {

background-image: url(mikebg.jpg);

background-attachment: fixed;

background-position: 0px 0px;

background-repeat: no-repeat;

background-color: #FFFFFF;

font-family: verdana ,georgia;

color: #9393FF;

letter-spacing: 3px;
font-size: 10pt;

cursor: url();

}



A:link.reg, A:visited.reg {

font-family: californian fb;

font-weight:bold;
color:#9393FF;

text-decoration:none;

text-transform:uppercase;
height: 14pt;

white-space:nowrap;
border:0px solid transparent;
}




A:hover.reg {

font-family: californian fb;

font-weight:bold;
color:#AAAAAA;

text-decoration:underline;

text-transform:uppercase;
height:14pt;

white-space:nowrap;
border:0px solid #AAAAAA;
}


A:link.menu, A:visited.menu {

background-color:#FFFFFF;
font-family: californian fb;

font-weight:bold;
color:#9393FF;

text-decoration:none;

text-transform:uppercase;
height: 14pt;

}


A:hover.menu {

background-color:#FFFFFF;
color:#AAAAAA;

text-decoration:none ;

height:14pt;

border-top: 2px solid #9393FF;
}



td {

font-family: verdana,georgia;

color: #9393FF;

font-size: 10pt;

}



td.portfolio {

font-family: verdana,georgia;

color: #9393FF;

font-size: 10pt;

border: 1px solid #9393FF;

background-color: #000000;

}



hr {

color: #AAAAAA;

height: 1px;

border-width:0px;
background-color:#AAAAAA;
width: 50%;

align:center;
}

.para{
margin-left: 50px;
margin-right: 50px;
text-transform:uppercase;
color:#0000FF;
}

.para2{
margin-left: 250px;
margin-right: 50px;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 background-color: white;
	 border: 0px solid #9393FF;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#AAAAAA;
}
p.rss-title {
	padding:0.5em;
	font-weight:normal;
	color:#AAAAAA;
	}

.rss-title {
	font-size: 9pt;
	background-color: white;
	color: black;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
	white-space:normal;
	}

.rss-title  a:hover{
	font-size: 9pt;
	background-color: white;
	color: #AAAAAA;
	font-weight:none;
	text-align: left;
	text-decoration:none;
	white-space:normal;
	}

.rss-item  {
	font-size: 9pt;
 	list-style:none;
	padding-bottom:1em;
	}

.rss-item a {
	color:#9393FF;
	font-size: 9pt;
	font-weight:none;
	}
	
.rss-item a:hover {
	color:#AAAAAA;
	font-size: 9pt;
	font-weight:none;
	text-decoration:none;
	}
	
.rss-item a:visited {
	color: #9393FF;
}

.rss-date {
	font-size: 7pt;
	color: #AAAAAA;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
