* {
    color: #999;
    font-family: times, arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
}
html {
	overflow-y: scroll;
}
input, label, textarea {
    display: block;
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}
h1 {
    display: none;
}
h3,
h3 a {
    font-family: times new roman, times, serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.8px;
    
}
a:hover,
.selected {
    font-weight: normal;
    color: #000;
}
#logo {
    margin-bottom: 30px;
}
#container {
	width: 950px;
	margin: auto;
}
#header {
    padding: 90px;
}
#html {
    line-height: 18px;
}


/* menu */
#menu li {
    display: inline;
    padding: 7px;
}
#menu li a {
    font-size: 11px;
    letter-spacing: 1.5px;
}


/* links */
#links li p {
    margin-bottom: 35px;
}
#links li img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}