/* CSS Document */

.headerText {
font-size:20px;
color:#ff6600;
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
border-bottom:solid 1px;
}
h2{
font-size:15px;
color:#ff6600;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
border-bottom:solid 1px;
}
.categories {
width:99.8%;
border:solid  #ff6600 1px;
margin-top:2px;
}

.upcategories {
width:99.8%;
border-top:solid #ff6600 1px;
border-right:solid #ff6600 1px;
margin-top:2px;
}
.items {
font-size::10px;
font-weight:bold;
}
a.one:link {color: #000099; font-size::10px; text-decoration: none}
a.one:visited {color: #ff0000; font-size::10px; text-decoration: none}
a.one:hover {color: #990000; text-decoration: none}


a.two:link {color:#0000FF; font-size::10px; text-decoration: none}
a.two:visited {color:#FFFF00 font-size::10px; text-decoration: none}
a.two:hover {color: #990000; text-decoration: none}

.topsection{
border-right:solid;
border-right-color:#ff6600;
border-right-width:1px;
}
.articlecontent  {
font-size:14px;
color:#666666;
padding-left:10px;
padding-right:10px;
letter-spacing:1.5px;
text-align:justify;
background-color:#FFFFCC;
border-bottom:10px;
border-color:#ff6600;
}
