head
{
    Font-family : serif;
    Font-style : oblique;
    Font-variant : normal;
    Font-weight : normal;
    Font-size : x-large;
    Font : Arial
    Color : black;
    Background-attachment : scroll
}
body
{
    font-family : Verdana , Arial , Sans-Serif;
    font-size : small;
    background-color:#ffffff;
    width: 800px;
}
.clear{
	clear:both;
}
#wrap {
	width: 800px;
}
.heading1
{
    font-weight : bold;
    font-size : xx-large;
    color : black;
}
.heading2
{
    font-weight : bold;
    font-size : small;
    text-align:center;
    color : #284E98;
}
.heading3
{
    font-weight : bold;
    font-size : smaller;
    text-align:center;
    color : #284E98;
}
.blockText
{
    padding : 10px;
    background-color : yellow;
    border-style : solid;
    border-width : thin;
}
