@charset "UTF-8";
/* CSS Document */

html{
	height: 100%; 
	width: 100%; 
	margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical !important;
	/* forces scroll bar to prevent page bouncing */
}

body{
	margin:0;
	height:100%;
	width:100%;
	/* default font */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

/* attempt get rid of all link borders, dotted lines */
img{ 
	border:none;
}
:focus{ outline:0; }
a, a:active, a:focus { outline: 0; }
/*FF*/
select::-moz-focus-inner, input[type="button"]::-moz-focus-inner{ border:0px; } 
/*IE8 */
input[type="submit"]:focus, input[type="button"]:focus{ outline:none; }

td{
width:160px;
}

.images td{
	width:160px;
	height:160px;
	text-align:center;
}

img {
	border-style: none;
}

font.name{
	color:#B1B1B1;
	font-size:30px;
	
}

font.works{
	color:#B1B1B1;
	font-size:15px;
	
}

font.bio{
	color:#B1B1B1;
	font-size:15px;
	
}

font.contact{
	color:#B1B1B1;
	font-size:15px;
	
}

font.links{
	color:#B1B1B1;
	font-size:15px;
	
}

font.copyright{
	color:#DDD;
	font-size:11px;
	
}

A:link {text-decoration:none; color:#B1B1B1;}
A:visited {text-decoration:none; color:#B1B1B1;}
A:active {text-decoration:none; color:#B1B1B1;}
A:hover {text-decoration:none; color:#2A82A6;}

a {
	outline: none;
	text-decoration:none;
	color:#000000;	
}

