/* CSS style sheet for The English Potter Web site */

BODY 		{ background-color: black; }

A:link 		{ text-decoration: none; font-weight:bold; color: aqua; }
A:visited 	{ text-decoration: none; font-weight:bold; color: aqua; }
A:active 	{ text-decoration: none; color: aqua; }
A:hover 	{ color: maroon; }

.regular 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; text-transform: none }
.accent 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; text-transform: none }
.titles 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: maroon; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal }
.titlesyellow 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: yellow; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal }
.small 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; text-transform: none }
.headings 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; font-size: 15px; font-style: normal; font-weight: bold; text-transform: none }
.smallsilver 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; font-size: 11px; font-style: normal; font-weight: bold; text-transform: none }
.smallyellow 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: yellow; font-size: 11px; font-style: normal; font-weight: bold; text-transform: none }
.list 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; text-transform: none }
