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

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

.resbox   /* The DIV that is The 'Paper' of the Resume */
	{
	 padding: 8px;
	 border: 1px dotted;
	 background-color: #FFE;
	 color: #333;
	 margin: 8px;
	}
	
.info     /* Name and Contact Information */
	{
	 color: #00F;
	 font-size: 20px;
	 font-weight: bold;
	}
	
.head     /* Name and Contact Information */
	{
	 font-family: verdana;
	 font-size: 13px;
	 font-weight: bold;
	}
	
.headunbold 
	{
	 font-family: verdana;
	 font-size: 13px;
	 font-weight: normal;
	}

.a        /* Class 'A' Indentation */
	{
	 font-family: verdana;
	 font-size: 11pt;
	 font-weight: bold;
	 position: relative;
	 left: 10px;
	 letter-spacing: normal;
	}

.b        /* Class 'B' Indentation */
	{
	 font-family: verdana;
	 font-size: 11pt;
	 font-weight: normal;
	 position: relative;
	 left: 20px;
	 letter-spacing: normal;
	}
	
.c        /* Class 'C' Indentation */
	{
	 font-family: verdana;
	 font-size: 10pt;
	 font-weight: lighter;
	 position: relative;
	 left: 30px; 
	 letter-spacing: normal;
	}
	
.d        /* Class 'D' Indentation */
	{ 
	 font-family: verdana;
	 font-size: 9pt;
	 font-weight: normal;
	 position: relative; 
	 left: 20px;
	 width: 95%; 
	 letter-spacing: normal;
	}
