#sidebar {float:left; width:19%; border: 1px solid aqua; background-color: #000033; margin-bottom: 0px; margin-top:10px; margin-right:1%; padding: 10px 10px 40px 10px; background-image: url(fract.jpg)}

#sidebar h2 {color:Red; margin-top: 10px; margin-bottom:10px;}
#sidebar ul {list-style:none;margin:0px; padding: 0px;}
#sidebar ul li {font-weight:normal; margin: 0px; margin-bottom:5px; padding:0px;}
#sidebar ul li a {font-weight:bold; text-decoration:underline; color:yellow;}
#sidebar ul li a:hover {font-weight:bold; text-decoration:underline; color:red;}

#maintext {float: left; padding: 10px 10px 40px 10px; background-color: #002200; border: 1px outset green; width: 60%; font-weight:bold; margin:10px 0px 0px 0px; background-image: url(greenbg.jpg)}

#maintext h1 {color:red; margin:0px; padding: 0px; font-weight:bold;}

#maintext h2 {color:Yellow; margin:0px; padding: 0px; font-weight:bold;}

#maintext a {color:yellow; text-decoration:underline; color: orange;}
#maintext a:hover {text-decoration:underline; color: red;}

.project {padding:10px; margin-top:40px; margin-bottom:40px; display:block; background-color: #003355; border: 4px solid #001133;}