.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.tinytxt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bigtxt {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#portfolio a:link {
	color: #CC6666;
	text-decoration: none;
} 
#portfolio a:visited { 
	color: #CC6666;
 	text-decoration: none; 
}	
#portfolio a:hover {
	color: #663333;
	text-decoration: none; 
} 
#portfolio a:active { color: #CC6666; 
 	text-decoration: none; 
}
	
.port_rule_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
}	

.port_rule_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCCCC;	
}

.test_rule_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccccff;
}	

.test_rule_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccccff;	
}

.serv_rule_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b5ffaf;
}

.serv_rule_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5ffaf;
}


.input-box {
	color: #26a;
	background: #feb;
	border: #26a solid 1px
}

#linksV a:link {
	text-decoration: none;
}

#linksV a	{
	color: #FF9999;
	padding-left: 12px;
	background:  url("images/bullets/bulletsV.gif") no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
   }

#linksV a:visited  {
	color: #FF9999;
	background-position: 0px -92px;
	text-decoration: none;
   }

#linksV a:hover{
	color: #CC6666;
	background-position: 0px -47px;
	text-decoration: none;
   }

#linksT a:link {
text-decoration: none;
}

#linksT a	{
	color: #cc99ff;
	padding-left: 12px;
	background:  url("images/bullets/bulletsT.gif") no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
   }

#linksT a:visited  {
	color: #cc99ff;
	background-position: 0px -92px;
	text-decoration: none;
   }

#linksT a:hover{
	color: #663399;
	background-position: 0px -47px;
	text-decoration: none;
   }

#linksS a:link {
text-decoration: none;
}

#linksS a	{
	color: #66cc33;
	padding-left: 12px;
	background:  url("images/bullets/bulletsS.gif") no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
   }

#linksS a:visited  {
	color: #66cc33;
	background-position: 0px -92px;
	text-decoration: none;
   }

#linksS a:hover{
	color: #009900;
	background-position: 0px -47px;
	text-decoration: none;
   }

.bullets {
	
}

li {
	margin-left:-20px;
	list-style-type: square;
} 