html			{
			font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			font-size: 12px;
			padding : 0;	
			margin : 0;
			color : #000;
			} 

body			{
			background-color: #ffffff;
			margin: 0;
			padding: 0;
			background-image: url("../images/yellowrose.jpg");
			background-repeat: repeat-y;
			background-position: top left;
			background-attachment: fixed;
			}



p , ul , ol , li , dt , dd
			{
			font-family : "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif; 
			font-size : 12px;
			line-height : 16px;
			padding : 0 10px;	
			margin : 0;
			}

ul , ol 			{
			padding : 0 30px 10px;
			}

img			{
			border: 0px;
			}

input, textarea		{
			margin: 0px 7px;
			}

p			{
			margin-bottom : 1em;
			}

h1 , h2			{
			font-family: arial, "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			padding : 3px 5px 0px 0px;
			margin: 0px 15px;
			}

h3			{
			font-family: arial, "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			padding : 3px 5px 0px 0px;
			margin: 0px 0px 10px 0px;
			}

h4			{
			font-family: arial, "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			background-color: transparent;
			border-bottom: 1px solid #c2c2c2;
			padding-bottom: 4px;
			margin-bottom: 4px;
			margin-right: 3px;
			}


h5			{
			font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			margin: 0;
			padding : 0 5px;
			}

h6			{
			font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			margin: 0;
			padding : 0 5px;
			}


h1			{
			font-size: 20px;
			font-weight: bold;
			color: #660033;
			}

h2			{
			font-size: 16px;
			font-weight: bold;
			color: #666600;
			}

h3			{
			font-size: 14px;
			font-weight: bold;	
			color: #666666;
			}

h4			{
			font-size: 12px;
			font-weight: bold;
			color: #666699;
			}

h5			{
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			}


h6			{
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: #000000;
			}

a {font-weight: normal;}

a:link 			{
			color : #663399;
			text-decoration: none;
			padding: 2px;
			background-color: transparent;
			}

a:visited		{
			color : #6633cc;
			text-decoration: none;
			padding: 2px;
			background-color: transparent;
			}

a:hover		{
			color : #fff;
			text-decoration: none;
			padding: 2px;
			background-color: #663399;
			}

a:active		{
			color : #fff;
			text-decoration: none;
			padding: 2px;
			background-color: #6633cc;
			}

.activelink		{
			font-style: italic;
			font-weight: bold;
			}
