/* CSS */

body {
    background			: url('/bg.jpg') no-repeat center center fixed;
    -moz-background-size	: cover;
    -webkit-background-size	: cover;
    -o-background-size		: cover;
    background-size		: cover;
    background-color 		: lightgray;
    color			: black;
    font-family	: verdana;
    font-size	: 16px;
    text-shadow	: 0 0 5px rgb(250,250,250,1),0 0 5px rgb(250,250,250,1),0 0 5px rgb(250,250,250,1),0 0 5px rgb(250,250,250,1);
    padding	: 6px; 

}

    a:link {
    	text-decoration: none;
	text-underline: none;
    }
    a:hover {
	text-decoration: underline;
	text-underline: none;
    }



p {
    opacity			: 1.0;

}


ul {

    opacity			: 1.0;
    text-align		: left;
    padding			: 20px;
    margin-left		: 30%;
    margin-right	: 5em; 

}


#TEXTBOX1 {
	
    color			: black;
    background-color		: white;
    opacity			: 0.9;
    width			: 65%;

    border			: 2px;
    border-style		: solid;
    border-color		: white;
    border-spacing		: 10px;

    margin-top			: 15px;
    margin-left			: 20%;    

}
