body {
font-size: 10pt;
font-family: 'Open Sans', sans-serif;
}

#Title {
float: left;
margin-top: 20px;
}

.Purple {
color: #D77D00;
}

.Mono {
font-family: 'Courier';
}

#Left {
clear: left;
float: left;
width: 310px;
text-align: left;
margin-top: 20px;
}

#Right {
float: right;
margin-top: 20px;
text-align: justify;
width: 530px;
}

#Menu {
clear: left;
float: left;
margin-bottom: 15px;
}

#Inactive {
font-weight: bold;
color: black;
padding-bottom: 2px;
border-bottom: 1px solid grey;
}

#TitleDate {
margin-top: -7px;
margin-bottom: 12px;
font-size: 9pt;
color: grey;
}

#Article {
font-size: 12pt;
}

.Category {
font-weight: bold;
color: #e00000;
font-size: 11pt;
}

.Link {
color: grey;
cursor: pointer;
padding-left: 7px;
}

.Link:hover {
color: black;
padding-left: 5px;
border-left: 2px solid black;
}

.Selected {
color: black;
cursor: hand;
padding-left: 5px;
border-left: 2px solid orange;
}

h1 {
color: orange;
text-decoration: none;
padding:0px;
margin:0px;
margin-bottom: 10px;
font-size: 16pt;
font-weight: normal;
}

h2 {
color: blue;
text-decoration: none;
padding:0px;
margin:0px;
margin-bottom: 2px;
font-size: 15pt;
font-weight: normal;
}

a {
text-decoration: none;
font-weight: bold;
}

a:link {
color: #999;
}

a:visited {
color: #999;
}

a:hover {
color: #444;
}

a:active {
color: #444;
}