

/* Great Hang Ups Designs Site Style Sheet */


body {

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.80em;
   font-style:normal;
   font-weight:normal;
   margin-top:0;
   margin-bottom:0
   }

p
{
text-align: left;
}


/* Begin Headings */

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 1.6em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top: 0.0em;
   padding-bottom: 0.0em;
   margin-bottom: 0.1em

   }

h2 {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 1.2em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top:0.1em;
   padding-bottom: 0.0em;
   border-bottom: 1px solid #ff0000 
   }

h3 {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 1.0em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top:0.5em;
   padding-bottom: 0.0em
   }


/* Begin Links */

a:link {
	color:#000099;;
	font-weight:normal;
	text-decoration:none
}

a:visited {
	color:#000099;;
	font-weight:normal;
	text-decoration:none
}

a:hover {
	color:#000099;;
	font-weight:bold;
	text-decoration:none
}

a:active {
	color:#000099;;
	font-weight:normal;
	text-decoration:none
}


/* Begin Table(s) */

table {
   background-color:#ffffff;
   text-align:left;
   border-width:0px
   }

.table2 {
	background:transparent;
	text-align:left;
	border-width:0px
	 }

