/*
 * SmallPortal by Anzuhan
 * ----------------------
 * 
 * This is the CSS file containing colour schemes.
 * Other stuff can be found in portal.css.
 *
 */

#body {
	background-color: white;
}

#logo {
	background-color: white;
}

#mainlinkbar {
	background-color: #006600;
}

#mainlinkbar a {
	color: white;
}

#leftsidebar {
	background-color: #FFFF99;
}

#leftsidebar a {
	color: #007700;
	font-size: 1.2em;
	text-decoration: underline;
}

#rightsidebar {
	background-color: white;
}

#rightsidebar .title {
	background-color: #006600;
	color: white;
}

#rightsidebar .boxbody {
	background-color: #eee;
	color: #333;
}

