          /* Link Color, Underline */
a:link		{ color: #00F; text-decoration: none; }
a:visited 	{ color: #00F; text-decoration: none; }
a:hover		{ color: #F00; text-decoration: none; }

td        /* Default Text Color */
	{
	 color: #000;
	}

.resbox   /* The DIV that is The 'Paper' of the Resume */
	{
	 padding: 8px;
	 color: #000;
	 margin: 8px;
	}
	
.info     /* Name and Contact Information */
	{
	 color: #00F;
	 font-size: 20px;
	 font-weight: bold;
	}
	
.head     /* Section Headings */
	{
	 font-size: 13px;
	 font-weight: bold;
	}
	
.a        /* Class 'A' Indentation */
	{
	font-size: 11px;
	font-weight: bold;
	position: relative;
	left: 10px;
	font-family: Verdana;
	}

.b        /* Class 'B' Indentation */
	{
	 font-size: 11px;
	 font-weight: normal;
	 position: relative;
	 left: 20px;
	}
	
.c        /* Class 'C' Indentation */
	{
	 font-size: 11px;
	 font-weight: normal;
	 position: relative;
	 left: 30px; 
	}
	
.d        /* Class 'D' Indentation */
	{ 
	 font-size: 11px;
	 font-weight: normal;
	 position: relative; 
	 left: 20px;
	 width: 95%; 
	 line-height: 130%; 
	}

