body			{ background-image: url(../images/background.gif);background-repeat: repeat;text-align: center;font-size: medium;margin:1}
a:link			{ color: blue }
a:active		{ color: red }
a:visited		{ color: magenta }
.base			{ font-weight: bold}
.name			{ color: #ff00aa; font-size: large; font-style: italic; font-family: "Bookman Old Style" }
.name			{ color: #ff00aa; font-size: large; font-style: italic; font-family: "Bookman Old Style" }
.info			{ color: green; font-size: medium }
.heading		{ color: #bb00ff; font-size: x-large; font-style: italic; font-family: "Bookman Old Style" }
/*.heading		{ color: #ff00ff; font-size: x-large; font-style: italic; font-family: "Bookman Old Style" }*/
.error			{ color: red; font-size: larger }
/*.text				{ color: #66ffff; font-size: medium; font-style: italic; font-family: "Verdana" }*/
.text				{ color: #6600cc; font-size: medium; font-style: italic; font-family: "Verdana" }
.link				{ font-size:medium; font-family: "Verdana" }
.legal			{color:#581390; font-size:smaller; text-align:center }
/*-- Navigation --*/
.nav:link			{ color: blue; font-weight:bold; font-size:smaller }
.nav:active		{ color: red; font-weight:bold; font-size:smaller }
.nav:visited	{ color: magenta; font-weight:bold; font-size:smaller }
