/*global changes*/

* {
         margin:0px;
         padding:0px;
         color:#000;
         font-family:Verdana;
}

html, body {
         background-color:#fff;
         margin:0px;
         padding:0px;
}

font {
	 color:#ff0000;
}

h1 {
         font-size:12pt;
}

h2 {
         font-size:11pt;
}

p {
         font-size:10pt;
	 font-style:italic;
         margin:5px 5px;
         word-spacing:4px;
}

li {
	 list-style-type:none;
         font-size:16pt;
}

ul {
         list-style-type:none;
         font-size:12pt;
}

li a:link { color:#fff; text-decoration:none; }
li a:visited { color:#000080; text-decoration:none; }
li a:focus { color:#fff; text-decoration:underline; }
li a:hover { color:#fff; text-decoration:underline; }
li a:active { color:#fff; text-decoration:underline; }

p a:link { color:#000; text-decoration:underline; }
p a:visited { color:#000; text-decoration:underline; }
p a:focus { color:#fff; text-decoration:underline; }
p a:hover { color:#fff; text-decoration:underline; }
p a:active { color:#fff; text-decoration:underline; }

/*Layout DIVs*/


#background {
         position:absolute;
         width:1000px;
         height:700px;
         top:50px;
         left:50%;
         margin-left:-500px;
         background:url(../images/background.jpg);
}

#navigation  {
         position:absolute;
         top:220px;
         left:60px;
}

#text {
         position:absolute;
         top:60px;
         left:230px;
         width:630px;
         height:360px;
         overflow:auto;
}

#date {
         position:absolute;
         bottom:20px;
         right:120px;
}

#date p {
         text-align:right;
         font-size:8pt;
         color:#fff;
}

#text ul {
         margin-left:30px;
         font-size:10pt;
         
}

#text li {
	 
	 list-style-type:circle;
	 font-size:10pt;
}
