/*BODY DEFAULTS*/
body {background-color: #000000; color: #ffffff; font: 400 12pt/14pt "Helvetica, sans-serif"; margin: 50px; padding: 20px; min-width: 700px}

/*BOXES*/
#left {position: fixed; left: 0; top: 0; height: 100%; width: 45px; background-color: #d0d000; background-image: url(../image/h_border.png)}

#right {position: fixed; right: 0%; top: 0; height: 100%; width: 45px; background-color: #990000; background-image: url(../image/h_border.png)}

#top {position: fixed; left: 50px; right: 50px; top: 0; height: 30px; background-color: #000099; background-image: url(../image/v_border.png)}

#bottom {position: fixed; left: 50px; right: 50px; bottom: 0%; height: 30px; background-color: #009900; background-image: url(../image/v_border.png)}


/*LINKS*/
a:link {color: #ffe1ff; text-decoration: underline; }
a:visited {color: #db70db; text-decoration: underline; }
a:active {color: #ff83fa; text-decoration: underline; }
a:hover {color: #ff83fa; text-decoration: underline; }
