body {
	    color:#111111;
            margin-top:5%;
            margin-bottom:5%;
            margin-right:5%;
            margin-left:5%;
            background-color:#eeeeee;
      	    background-image:url("images/background.gif");
	    background-repeat:repeat;
            background-attachment:fixed;
            background-position:50% 50%;
            font-style:normal;
            font-weight:normal;
            font-size:12pt;
            line-height:100%;
            text-align:left;
            line-break:normal;
            word-break:normal;
}
.small {
            font-size:10pt;
}
.grey {
	    color:#777777;
}
h1 {
	    color:#111111;
            font-size:18pt;
            line-height:100%;
}
h2 {
	    color:#111111;
            font-size:14pt;
            line-height:100%;
}
h3 {
	    color:#111111;
            font-size:12pt;
            line-height:100%;
}
a:link {
	    color:#0000ff;
	    text-decoration:none;
}
a:visited {
	    color:#800080;
	    text-decoration:none;
}
a:active {
	    color:#800000;
	    text-decoration:none;
}
a:hover {
	    color:#000080;
	    text-decoration:none;
}