 
a.one:link {color: white; text-decoration: none; font-family: tahoma; font-size: 17}
a.one:visited {color: white; text-decoration: none; font-family: tahoma; font-size: 17}
a.one:hover {color: white; text-decoration: underline; font-family: tahoma; font-size: 17}
a.one:active {color: white; text-decoration: none; font-family: tahoma; font-size: 17}

a.two:link {color: blue; text-decoration: none}
a.two:visited {color: blue; text-decoration: none}
a.two:hover {color: red; text-decoration: underline}
a.two:active {color: red}

a.three:link {color: blue; text-decoration: none; font-family: tahoma; font-size: 17}
a.three:visited {color: blue; text-decoration: none; font-family: tahoma; font-size: 17}
a.three:hover {color: red; text-decoration: underline; font-family: tahoma; font-size: 17}
a.three:active {color: red; text-decoration: none; font-family: tahoma; font-size: 17}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

h1 {color: white}
h2 {color: red}
h3 {color: white}
h4,p {color: black}
h5 {color: #990000}
h6 {color: red}

!h1 {font-family: tahoma}
h1,h2,h3,h4,h5 {font-family: arial}
h6,p {font-family: verdana}
h1 {font-size: 200%} 
h2,h4 {font-size: 175%}
h3 {font-size: 100%}
h6,p {font-size: 80%}
h5 {font-size: 150%}
h6 {font-weight: bold}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 15px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 5px 0px;
	width: 109px;
	background: #CC0033;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #DEB96A}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #DEB96A;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #CC0033;
		color: #FFF;
		font: 11px arial}

	#sddm div a:hover
	{	background: ##DEB96A;
		color: #FFF}

