
/* -------------- BODY -------------- */

body{background : #ffffff; font: 10px Verdana, Tahoma; }

#container-top{position:absolute; width:750px; left:50%; margin-left:-375px; height:400px; top:50%; margin-top:-200px; background : url('images/back-shadow.jpg') repeat-y;}

#container{position:absolute; top: 0px; left:26px; width:700px; height:396px;background : url('images/back.jpg') no-repeat top left; border:2px solid #333333;}

p{line-height:15px; margin:15px 0;}

/* -------------- TEXT AREA -------------- */

#txt{position:absolute; bottom:0px; right:0px; width:480px; height:257px; text-align:justify; overflow:auto; padding: 5px 10px; 0 0;}

/* -------------- FONTS -------------- */

.h1{color:#000000;}
.h2{color:#ffffff;}
.h3{text-decoration:underline;}
.all{font-weight:bold; letter-spacing : 3px;}

/* -------------- BULLET POINTS -------------- */

ul.bul{margin:0 0 0 12px; padding:0 0 0 12px;}

/* -------------- HYPERLINK -------------- */

a:link, a:visited{color : #0000FF;  text-decoration : none; }
a:hover{color: #FF0000;}