a:link { color: #336699; background: #FFF; text-decoration: none;}
a:hover { color: #999900; background: #FFF; text-decoration: underline;}
a:visited { color: #6699CC; background: #FFF; text-decoration: none; }

#myname {
    color: #bb0000;
}

#hotstuff {
    color: #ff0000;
}

#myheader {
	padding: 5px;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	background-color: #006666;
	text-align: center;
    font-family: "Lucida Grande", Verdana, san-serif;
    color: #ffffff;
}

#mylinks {
	padding: 5px;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: none none none none;
	margin: 0px auto 0px auto;
	background-color: #fff;
	text-align: center;
	font-size: small;
	font-family: Geneva, Arial, san-serif;
}

#mybody {
	padding: 10px;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	margin: 0px auto 0px auto;
	background-color: #fff;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman" serif;
}

#footer {
	padding: 5px;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	margin: 0px auto 0px auto;
	background-color: #006666;
	text-align: center;
	font-size: small;
	color: #ffffff;
}