body {
	background-image : url(../images/line1.gif);
	background-repeat : repeat-y;
    margin : 10% 50% 10% 20%;
    padding : 0;
    font : 10px verdana, arial, helvetica, sans-serif;
	color : #ffc;
	font-weight: bold;
    background-color : #748db5;
   }
a {
	text-decoration : none;
	font-weight : bold;
	}
a:link {
    color : #c30;
    }
a:visited {
    color : #c30;
    }
a:active {
    color : #369;
    }
a:hover{
    color : #369;
    text-decoration : underline;
    }

