/*BODY DEFAULTS*/
body {background-color: #ffffff; color: #000000; 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: #283a90; text-decoration: underline; }
a:visited {color: #660198; text-decoration: underline; }
a:active {color: #aa0000; text-decoration: underline; }
a:hover {color: #aa0000; text-decoration: underline; }
