#news {
    color:white;
    font-size:16px;
    width:500px;
    height:250px;
    text-align:left;
    position:relative;
    top:-12px;
    padding-left:20px;
  }


#newsImage {
    position:relative;
    top:-75px;
  }


#links {
    height : 70px;
    text-align : left;
  }


.link {
    height:60px;
    width:146px;
    top:-40px;
    position:relative;
    text-align:center;
    letter-spacing : 2px;
    cursor:pointer;
  }


.linkImage {
    height:60px;
    width:146px;
    border:none;
  }


#image {
    position:relative;
    float:right;
    top:-285px;
  }


#main {
    width : 800px;
    text-align:left;
  }


.floatLink {
    float:left;
    color : #ffffff;
    font-size : 20px;
    font-weight : bold;
    text-decoration : none;
  }


body {
    background-color : #009999;
    font-family : Arial, 'sans-serif';
  }


a {
    font-weight:bold;
  }

#news a{
	font-weight:bold;
}

#news a:link{
    color : #000;
}

#news a:visited{
    color : #881100;
}

#news a:hover{
    color : #1155ff;
}

#news a:active{
    color : #110077;
}

#links a:hover {
    color : #0033ff;
    font-weight : bold;
  }


#links a:visited {
    font-weight : bold;
  }


#links a:active {
    font-weight : bold;
  }

