/*Author---Justin Strack----*/
/*Due Date----2-21-06----*/
/*Updated----3-28-06----*/
h1
{
    color: gray;
	 font-size: 32pt;
    text-align: center
}
h2
{
    color: black;
	 font-size: 16pt;
    font-style: italic;
    font-variant: small-caps
}
h3
{
    color: #666666
}
h4
{
    color: #666666
}
ol
{
    font-size: 12pt;
}
ol li li
{
    color: #0000ff;
    list-style-type: lower-alpha
}
ul
{
    font-size: 12pt;
    list-style-type: square
}
hr
{
    width: 75%
}