#title
{
    position: relative;
    left: 35px;
    top: 50px;
    width: 340px;
    height: 175px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
}

#title h1
{
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    padding-bottom: 40px;
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
    font-weight: bold;
    color: #FFFFFF;
}

#title a:hover
{
    text-decoration:underline;
}


.aboutme
{
        color: #7C95B3;
}

.aboutme a:link, .aboutme a:visited, .aboutme a:active
{
	color: #7C95B3;
        text-decoration : none;
        font-weight : bold;
}

.aboutme a:hover
{
	color: #7C95B3;
        text-decoration : underline;
        font-weight : bold;
}