/*Nanyang Junior College Website Portal
CSS Stylesheet : Elaine Chua, d'r-studio

All rights reserved. Strictly no unauthorised reproduction.
*/

body{
/*margin: 0px;*/
font-family: 'trebuchet ms',Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
font-size: 16px;

background-color: #826a53; /*local style for popup*/
color:#CCCCCC;
}

img {
border: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

div.line{
background:#CCCCCC;
width:270px;
height:1px;
}