@charset "UTF-8";
/* CSS Document */

* {
border: none;
margin: 0;
padding: 0;
outline: none;
}

body{
font-family: Verdana, Arial, sans-serif;
font-size:10px;
color:#999;
}

.aboutContainer {
width:252px;
text-align: justify;
line-height:13px;
}

.title {
width:328px;
}

.buttons {
width:400px;
height: 47px;
}

ul li {display: inline;}

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

