/* --- CSS for Computer Science - 04/02/05 (Ben Coulthard bc45@le.ac.uk) ---  */
/* --- subsequent modifications by Gilbert Laycock gtl1@mcs.le.ac.uk)    ---  */
/* --- Time-stamp: <2005-04-20 14:10:30 gtl1>                            ---  */
/* --- $Id: csweb-grey.css 188 2005-05-06 13:38:31Z gtl1 $ ---  */

@import url("csweb.css");

.maincolour {
	border: #666666;
	background-image: url(../images/greyarrowright.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}


.head {
	color: #333333;
}
.headlite { 
        color: #555555;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
}
.tablerow {
            font-size: 70%;
            font-weight: bold;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #666666;
            color: #666666;
            }
.staffhead { 
             color: #666666;
             margin: 0px;
             padding: 0px;
             background-image: url(../images/silverback.gif);
             background-position: left top;
             }
.inline-quote { 
        color: #666666;
}
.inline-quote a:link, .inline-quote a:visited {
        color: #666666;
}
.themecolour {
	color: #666666;
}
.release-rquote {
        color: #666666;
}
.release-lquote {
        color: #666666;
}
.mainquote {
        color: #666666;
}

/* the end */