body {
    background: #000000;
    font-family: "Trebuchet MS";
    font-size: 12pt;
    color: white;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:active {
    text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: red;
}


#main{
    width:1000px; 
    height:333px;  
    background: url('../img/htoseries_com_img.png') no-repeat; 
    margin-left:auto; 
    margin-right:auto;
    margin-top: 30px;
}


#main .mainLema h1{
    width:100%; 
    height:61px; 
    text-align:center; 
    color:white;
    font-size: 14pt;
}

.projectIntro{
    width:960px;
    margin-left:auto; 
    margin-right:auto;
}

#main  h2{
    width:100%;  
    text-align:center; 
    color:white;
    font-size: 10pt;
}


#projects{
	width:960px; 
    margin-left:auto; 
    margin-right:auto;
}

#projects .project{
    width: 30%;
    margin-left:auto; 
    margin-right:auto;    
}