This is your new file, untitled.htm.

Put your cursor here to start creating your website.

/* Base , Set up fonts etc. */ body { font : 0.8em Verdana, Tahoma, Sans Serif; background-color : #000000; color : #ffff00; margin : 0px; padding : 0px; } h1 { font : bold 1.4em Verdana, Tahoma, Sans Serif; } a, a:visited { text-decoration : underline; color : #ff4400; } a:hover { color : #ffff00; } #pageHeader a, #pageHeader a:visited { text-decoration : underline; color : #ffff00; } #pageHeader a:hover { text-decoration : underline; color : #ffff00; } #pageFooter a, #pageFooter a:visited { text-decoration : underline; color : #ff4400; } #pageFooter a:hover { text-decoration : underline; color : #ffff00; } #extraContent a, #extraContent a:visited { text-decoration : underline; color : #ffff00; } #extraContent a:hover { text-decoration : underline; color : #ffff00; } #extraContent2 a, #extraContent2 a:visited { text-decoration : underline; color : #ffff00; } #extraContent2 a:hover { text-decoration : underline; color : #ffff00; } #pageHeader { background-color : #000000; color : #ffff00; width : 100%; } #pageHeader h1 { margin : 0; padding : 5px 10px 10px; } #siteNavigation { width : 100%; background-color : #000000; border-top : solid 1px #ff4400; } #siteNavigation ul, #userLinks ul { margin : 0px; padding : 0px; list-style-type : none; } #siteNavigation h1 { display : none; } #siteNavigation ul { margin-left : 5px; *margin-left : 0px; } #siteNavigation li { display : inline; } #siteNavigation li a { text-decoration : none; float : left; margin : 4px 5px; padding : 5px; color : #ffff00; border : solid 1px #ff4400; } #siteNavigation li a:hover { background-color : #ff4400; color : #ffff00; } #siteNavigation .active { background-color : #ff4400; color : #ffff00; cursor : default; } #listBreaker { clear : left; border-bottom : solid 1px #ff4400; } #pageWrapper { background-color : #000000; } #mainContent { color : #ffff00; } #extraContent { float : left; clear : left; width : 180px; margin : 10px 0px 0px 10px; *margin-left : 5px; background-color : #000000; color : #ffff00; border : 1px solid #ff4400; } #extraContent2 { float : left; clear : left; width : 180px; margin : 10px 0px 10px 10px; *margin-left : 5px; background-color : #000000; color : #ffff00; border : 1px solid #ff4400; } #userLinks { float : right; width : 180px; margin : 10px 10px 0px 0px; *margin-right : 5px; } .linkSection { background-color : #000000; margin-bottom : 10px; color : #ffff00; border : solid 1px #ff4400; } .linkSection h1 { margin : 0px; padding : 3px; font-size : 120%; background-color : #ff4400; color : #ffff00; } .linkSection li { display : block; border-bottom : solid 1px #ff4400; padding-bottom : 3px; } .linkSection a, .linkSection a:visited { text-decoration : none; color : #ffff00; } .linkSection a:hover { color : #ff4400; } #userLinks ul { padding : 5px; } .contentContainer { padding : 10px; } #mainContent .contentContainer { margin : 10px 200px 10px 200px; padding : 10px; position : relative; } #subPageBreaker { clear : both; } #pageFooter { *height : 15px; margin : 0px; padding : 5px; background-color : #000000; border-top : solid 2px #ff4400; border-bottom : solid 1px #ff4400; color : #ffff00; } #pageFooter h6 { margin : 0px; padding : 0px; } #bntag { padding : 5px 0px 5px 0px; text-align : center; font-size : 90%; } 