﻿a:link {color: rgb(204,255,0);}

a:visited {color: rgb(102,204,0);} 

a:active {color: rgb(255,255,0);}

body 
{
	font-family: Verdana, Arial, Helvetica;
	background-color:black;
	color: rgb(102,255,51);
}
h1, h2, h3, h4, h5, h6, p
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: yellow;
	font-size: xx-large;
}
h2
{
	color: rgb(153,504,255);
	font-size: x-large;
}
h3
{
	color: red;
	font-size: large;
}
h4
{
	color: rgb(255,51,153);
	font-size: medium;
}
h5
{
	color: rgb(153,504,255);
	font-size: medium;
}
h6
{
	color: rgb(204,255,0);
	font-size: small;	
}

.flt_lft {
	float: left;
	clip: rect(auto, 8px, auto, auto);
}
.underline {text-decoration: underline;}

.red {color:red;}

.yell {color:yellow;}

.blk {color:black;}

.pink {color:fuchsia;}

.blue {color:blue;}

.lime {color:lime;}

.dk_green{color:green;}

.tab {margin-left: 40px;}

.style1 {border-width: 0px;}

