

/*
CSS for dubya designs site
*/

/*
this is the rest to eliminate browser defaults
*/

*{
margin:0;
padding:0;
}



p	{
	font-size: small;
	color: gray;

	
}


body {
	background: white;
	color: gray;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.5em;
	padding: 15px;
	width: 650px;
	height: 100px;
}


a:link {
	color: blue;
}

a:visted {
	color: purple;
}

li {
	font-size: small;
}
