* {
margin : 0;
padding : 0;
}
body {
text-align : center;
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
color : white;
background : #000000;
}
.conteiner {
width : 1015px;
margin : 0 auto;
border : 0;
font-size : 12px;
font-weight : normal;
position : relative;
background-color : #450000;
}
.conteiner2 {
width : 1015px;
height : 15px;
margin : 0 auto;
border : 0;
position : relative;
}
a {
color : white;
text-decoration : none;
}
a:hover {
color : #ff9900;
text-decoration : none;
}
img {
border : 1px solid black;
width : 110px;
height : 150px;
margin : 5px;
}
a:link img {
border : 1px solid black;
}
a:visited img {
border : 1px solid black;
}
a:active img {
border : 1px solid black;
}
a:hover img {
border : 1px solid #ff9900;
}
h1 {
color : #ff9900;
font-size : 40px;
}

