a:link
{
    color: blue;
	text-decoration: none
	
}
a:visited
{
    color: blue;
	text-decoration: none;
	
} 
a:active 
{
    color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a:link.menu
{
  font-size: 9pt;
  color: white;
}

a:visited.menu
{
  font-size: 9pt;
  color: white;
}

a:link.submenu
{
  font-size: 8pt;
  color: #000066;
}

a:visited.submenu
{
  font-size: 8pt;
  color: #000066;
}

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background: url('../images/aboutme_techie_discbg.gif');
	color: rgb(0,0,0)

}

table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}

.header
{
   background: url('../images/header_bkgnd.jpg') no-repeat top left;     
}

.content
{
  background: url('../images/cable_dude.jpg') no-repeat bottom right
}

.contenttext
{
  font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}

.footer
{
  font-size: 8pt; color:#000066
}