﻿body table tr td
{ 
	font-family:Verdana;
	font-size:smaller;
}

#table 
{
	width:100%;
}
#col1
{
	border:solid 1px silver;
	vertical-align:top;
	width:125px;
	text-align:left;
}
#col2
{
	border:solid 1px silver;
	vertical-align:top;	
	text-align:left;
}
