body {
background-color: white;
font-family: verdana;
font-size: 12;
}

a {
text-decoration:none;
}

a:hover {
color:red;
}

h1,h2,h3 {
font-weight: lighter;
}

h1 {
font-size: 48;
}

h2 {
font-size: 32;
}

h3 {
font-size: 20;
}

#date {
color: gray;
font-size: 16;
text-align:left;
}

#title {
font-size: 24;
text-align:left;
}

#main {
text-align:justify;
width: 960;
}

#features {
font-size: 16;
text-align:left;
float: right;
width: 140;
}

#image {
float: right;
margin: 0,0,0,20px;
}

#q {
color: gray;
}



