/*===============================================General==========*/
H1,H2,P,A
	{font-family: Comic Sans MS}
/*=================================================Headers========*/
H1
	{color: #6600CC;
	background: transparent;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	text-decoration: underline}
H2
	{color: #CC3399;
	background: transparent;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	text-align: center;
	text-decoration: none}
/*================================================Paragraphs======*/
P.caption
	{color: #661133;
	background: transparent;
	font-weight: normal;
	font-size: normal;
	text-align: center;
	font-style: italic;
	text-decoration: none}
/*==================================================Links=========*/
A
	{color: #000000;
	background: transparent;
	text-decoration: none}
A:hover
	{color: #FF0000;
	background: transparent;
	text-decoration: underline}
/*================================================================*/
