/* CSS Document */
a:link { color: ##000099; background-color: #9265bb}
a:visited { color: #CCCC66; background-color: #9265bb; text-decoration: none}
a:hover { color: #666666; background-color: #9265bb; text-decoration: none}
a:active { color: #33FF00}

h2 {
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
}
