/* CSS Document*/
h1  {
	color : #ff0000;
	font-size : 32px;
	text-transform : uppercase;
}

p  {
	margin : 10px;
	font-size : 14px;
	color : #FFFFFF;
}

p b  {
	color : #800000;
	font-size : 24px;
	text-decoration : none;
}

a: active  {
	color : #FF0000;
	text-decoration : none;
}

p a  {
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
}

p a:hover  {
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
	background-color : #C0C0C0;
}

a. footer  {
	color : #FF0000;
	font-size : 8px;
}

h2  {
	text-transform : uppercase;
	font-size : 18px;
	color : #FF0000;
}

h3  {
	text-transform : uppercase;
	color : #FF0000;
	font-size : 16px;
}

h4  {
	color : #FF0000;
	font-size : 14px;
}

h5  {
	color : #FF0000;
	font-size : 12px;
}

a: hover  {
	color : #FF0000;
	text-transform : uppercase;
	text-decoration : none;
}

a: link  {
	color : #FF0000;
	text-decoration : none;
}

a: visited  {
	color : #FF00FF;
	font-weight : bold;
	text-decoration : none;
}

p ul  {
	color : #FF0000;
	font-size : 18px;
	font-weight : normal;
	text-transform : uppercase;
	background-color : #FFFFFF;
}

p li  {
	font-size : small;
	color : #FFFFFF;
	list-style-type : square;
	list-style : none;
}

p a: visited  {
	color : #CC3333;
	background-color : #00FFFF;
}

p a: active  {
	color : #FF0000;
}

a  {
	text-decoration : none;
	color : #FF0000;
}

p h3  {}

p em  {
	color : #C0C0C0;
	font-style : italic;
	background-color : #800000;
}

h6 a  {
	color : #00FFFF;
}

h2 a  {
	color : #00FF00;
}

li  {
	list-style-type : square;
	list-style : inside;
	list-style-position : inside;
}

ol  {
	list-style-position : outside;
	list-style-type : lower-alpha;
}

a img  {
	border-style : double;
	border-color : #FF0000;
}

border: img  {
	border-color : #00FFFF;
}

