body {
font-size: 80%;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* ----- IDS ----- */

#container{
  top: 5px;
  margin-left: 10px;
  border: 0px;
}
}   
#content{
padding: 5px;
}   
#side_nav{
display: none;
}   
#foot{
clear: both;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}
.alert{
color: red;
}

/* ----- HEADINGS ----- */

h1{
color: #ee333e;
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

ol{
}
ul{
}
li{
margin: 0 0 1em 2em;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
color: #2979ae;
font-weight: bold;
text-decoration: underline;
}
a:hover{
color: #cc429d;
text-decoration: underline;
}
a:visited, a:active, a:focus{
}
a:visited{
color: #2979ae;
}
a:active{
}
a:focus{
}