@charset "UTF-8";
/* CSS Document */
	
#work {
	position: absolute;
	top: 74px;
	left:100;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	color:#333333;
}

#work2 {
	position: absolute;
	top: 72px;
	left:100;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	color:#333333;
}

h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	margin:0;
	color:#000000;
	font-weight:100;
	padding-bottom:5px;	
}

h3 {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	margin:0;
	color:#000000;
	font-weight:100;
	text-decoration:underline;
}

h4 {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:15px;
	margin:0;
	color:#000000;
	font-weight:100;
	display:inline;	
}

a {
	background-color:#FFFFFF;
	text-decoration:none;
	padding-right:8px;
}

p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	margin:5px 0px 8px 0px;
	padding:0;
	width:170px;
}

.tabtext {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

a:focus {
	outline: 0;
}

a:link    { color: black }    
a:visited { color: black }   
a:hover   {
			background:url(../images/triangle.gif);
			background-position:right;
			background-repeat:no-repeat;				
} 
a:active  { color: black }     
