/* General stylesheet for Brian Blair */

body, td	{ font-family		:	arial, helvetica, sans-serif;
			  font-size			:	11pt;
          	  color				:   #ffcc00;
          	  margin			:	0px; 
			}
P			{ margin			:	10px;
			}
.wide		{ line-height		:	16pt;
			}
h1			{ font-family		:	arial, helvetica, sans-serif; 
			  font-size			:	large;
              color				:	#993399;
			  line-height		:	-15pt;
			  text-indent		:	35px; 
			}
.h2			{ font-family		:	arial, helvetica, sans-serif;
			  font-size			:	medium;
			  color				:	#993399;
			  font-weight		:	bold;
			  text-indent		:	35px; 
			}
a:link		{ text-decoration 	:	none;
			  color				:	#cc00cc;
			}
a:visited	{ text-decoration	:	none;
			  color				:	#ffffcc;
			}
a:hover		{ text-decoration	:	none;
			  color				:	#ff0000;
			}
.brianbold	{ color				:	#ffcc00;
			  font-weight		:	bold;
			  font-style		:	italic;
			}
.copyright	{ font-family		:	"times new roman", serif;
			  font-size			:	x-small;
			  text-align		:	center;
			}

