body {
	background-image : url(../images/line1bw.gif);
	background-repeat : repeat-y;
    margin : 10% 50% 10% 20%;
    padding : 0;
    font : 10px verdana, arial, helvetica, sans-serif;
	color : #0009;
    background-color : #333;
   }
a {
	text-decoration : none;
	font-weight : bold;
	}
a:link {
    color : #666;
    }
a:visited {
    color : #666;
    }
a:active {
    color : #088;
    }
a:hover{
    color : #088;
    text-decoration : underline;
    }
.yourbrowsersucketh {
	display : none;
	}
.box {
    padding : 20px 20px 20px 20px;
    background-color : #ccc;
    border : dotted #666 3px;
    border-left : solid #666 50px;
	}
