/* This is the style sheet for alanhunt.ca */
 
/* This section specifies the link colors and that the links shouldn't be underlined */
A:	hover 	{color:#996633;text-decoration: none;}
A:	link 	{color: #0066CC;text-decoration: none;}
A: 	visited {color:#6699CC; text-decoration: none;}
 

/* This section designates that all P tags should have a margin on the left. I will 
   have to make another css to cover the date seperately, as I like the way Chicago looks */
P 		   {   margin-left: .3em;
			   margin-right: .3em;
			   font-family: verdana, arial, helvetica;
			   font-color: #333333;
			   font-size: 0.95em; 
			   line-height:135%; vertical-align: super}
 
H4 		   {  font-family: verdana, arial, helvetica; font-size: 1.5em; margin-bottom: 1em;}
 
blockquote {  border-style:dashed; border-color:#ffffff; border-width: 3px; text-align: left; padding: 1em}

a:visited  {  color: #663300; text-decoration: none}

h5 		   {  font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 
			  2px; margin-right: 2px; margin-bottom: 3px; margin-left: 3px}

li		   {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; font-style: normal; 
			  text-decoration: none; text-align: left; vertical-align: baseline; margin-top: 2px; margin-right: 
			  2px; margin-bottom: 3px; margin-left: 3px; padding-top: 0px; position: relative; left: auto; 
			  clip:   rect(   ); white-space: normal; line-height: normal}
	  
.super 	   {  font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: normal; 
			  font-weight: bold; color: #FF0000; line-height: 1em; vertical-align: super} 
