/*
#########################################################################
# CruxCMS Version 3.00                                                  #
# http://www.cruxsoftware.co.uk                                         #
# Copyright (c) 2006 - 2007                                             #
# Andrew Taylor (andrew@cruxsoftware.co.uk)                             #
#                                                                       #
#########################################################################
# This program is free software; you can redistribute it and/or modify  #
# it under the terms of the GNU General Public License as published by  #
# the Free Software Foundation; either version 3 of the License, or     #
# (at your option) any later version.                                   #
#                                                                       #
# This program is distributed in the hope that it will be useful,       #
# but WITHOUT ANY WARRANTY; without even the implied warranty of        #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
# GNU General Public License for more details.                          #
#                                                                       #
# You should have received a copy of the GNU General Public License     #
# along with this program.  If not, see <http://www.gnu.org/licenses/>. #
#########################################################################
*/

/* Size, background and border colour */
.news {
	position:relative;
	width:18%;
    float:left;
	text-align:left;
	top:0px;
	left:0px;
    height:auto;
	background:#ffffff;
	z-index:2;
    border:2px solid #CD8032;
}


/* Link Colour and decoration */
.news a {
	color:blue;
    font-size:9px;
    text-decoration:none;
}

/* Link Hover Colour and decoration */
.news a:hover {
	color:blue;
    font-size:9px;
    text-decoration:underline;
}