body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

h2 {
	color: #000000;
}

h3 {
	color: #5555ff;
}

#menu { text-align: center;
	background-color: #ffffcc;
	position: relative;
	z-index: 2;
}

#menu a:link {
	color: #ffffcc;
	background-color: #ffffcc;
	text-decoration: none;
}

#menu a:visited {
	color: #ffffcc;
	background-color: #ffffcc;
	text-decoration: none;
}

#menu a:hover {
	color: #3333ff;
	background-color: #ffffcc;
	text-decoration: none;
}

#menu a:active {
	color: #ffffcc;
	background-color: #ffffcc;
	text-decoration: none;
}

.imgright {
    float: right; 
    margin-left: 10px; 
    margin-bottom: 10px;
    border: 0px;
}

.imgleft {
    float: left; 
    margin-right: 10px; 
    margin-bottom: 10px;
    border: 0px;
}

#news {
    background-image: url(redring2.png);
    background-repeat: no-repeat;
    background-position: top center;

    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;

    font-size: 20px;
    font-weight: bold;
    text-align: center;

    width: 246px;
    height: 190px;
    z-index:10;
    position: absolute; 
    top: 120px; 
    right: 20px;
}

#news a {
    color: black;
    text-decoration: none;
}

#news a:hover {
      color: blue;
    text-decoration: underline;
  
}
#news a:active {
      color: red;
    text-decoration: underline;
  
}

ul {
    margin-top: 0px;
}

.red {
    color: red;
}
