/* Header level 3 Comment */
/* Page layout tags
*/
body{
	Font-Family : Verdana;
	Color : Black;
	Background-Color : white;
	}	
	
	#twitter_update_list li {text-align: left; list-style: none; padding:10px;background-color: white} 

/* Header level 2 Comment *//* Header level 1 Comment */
H1{
	Font-Family : verdana;
	Font-Size : 200%;
	}


H2{
	Font-Family : Verdana;
	Font-Size : 170%;
	}


H3{
	Font-Family : Verdana;
	Font-Size : 150%;
	}


H4{
	Font-Family : Verdana;
	Font-Size : 120%;
	}

/* Hover Hyperlink Comment *//* Active Hyperlink Comment *//* Visited Hyperlink Comment *//* Link tag (A) Hyperlink Comment */
A{
	Color : Blue;
	Text-Decoration : none;
	}


A:Visited{
	Color : Purple;
	Text-Decoration : none;
	}


A:Active{
	Color : Red;
	Text-Decoration : none;
	}


A:Hover{
	Color : Red;
	Text-Decoration : none;
	}


P, LI, li, td, A, b{
      Font-Family :  Verdana;
	
	}


.red{
	Font-Family : Verdana;
	Color : Red;
	}


.parahead{
	Font-Size : 20px;
	Font-Weight : bold;
	}


.white{
	Font-Size : 14px;
	Color : White;	
	
	}


Blockquote{
	Font-Family : Verdana;
	}

p, ul, li, blockquote, a, center, td, dd {font-size: medium
}

