/*Style sheet for LVS HTML II classes*/

 

body 	{font-family: Tahoma, Arial, "Comic Sans MS", sans-serif;
           	font-size: 11pt;
	color: #663300;
	background-image: url("http://vivaciousvixen.com/images/cloudsbkgrnd.jpg");
	background-color: transparent;
	}

p	{font-family: Tahoma, Arial, "Comic Sans MS", sans-serif;
	font-size: 11pt;
	color: #000000;
	}

h1	{font-size: 24pt;
	font-weight: bold;
	color: #BC121E;
	}

h2	{font-size: 18pt;
	font-weight: bold;
	color: #0000B5;
	}

h3	{font-size: 14pt;
	font-weight: bold;
	color: #071751;
	}

td	{font-family: Tahoma, Arial, "Comic Sans MS", sans-serif;
	font-size: 11pt;
	color: #000000;
	}

a:link	{font-size: 9pt;
	color: #F90D28;
	font-weight: bold;
	}

a:visited	{font-size: 9pt;
	color: #26F410;
	text-decoration: none;
	}

a:hover  { background-color: #FFFFFF;
              font-size: 9pt;
              color: #FF0000;
              text-decoration: none;
              } 

a:active	{font-size: 9pt;
	color:#F411F2;
	font-weight: bold;
	text-decoration: none;
	}


