@import "main.css";

hr {
    border: none;
	border-top: 4px dashed ;
    height: 3px;
    /* Set the hr color */
    color: #222; /* old IE */
    background-color: none; /* Modern Browsers */
}

ol.sublist
{
	list-style-type: lower-alpha;
}

ol.subsublist
{
	list-style-type: lower-roman;
}	

ul.sublist
{
	list-style-type: disc;
}

ul.subsublist
{
	list-style-type:circle;
}

ol.mainlist
{
	list-style-type: decimal;
}

ul.mainlist
{
	list-style-type: square;
}

img
{
	width:400px;
<!--	height:400px; -->
}

table
{
	border-style:none;
	width:100%
}

td.hugetitle
{
	text-decoration: underline;
	height:100px;
	font-size:250%;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

td
{
	text-align:center;
}

td.title
{
	height:100px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

td.bigtitle
{
    
	height:100px;
	font-size:200%;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

td.smalltitle
{
	height:100px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

