/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
background-color: #FFFFFF;
}


a {
color: #242323;
text-decoration:none;
family: arial; font-size: 10px; 
}

a:hover {
text-decoration:none;
color: #080303;
shadow: 0px 0px 2px #7e9dc7; line-height: 9.2px
	}

pre {
background-color: #c3caf8;
border: 1px dashed #8e9af2;
padding:10px;
text-align: justify;
background: #c3caf8;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin:0px;
}

pre:hover {
background-color: #c3caf8;
color: #424243;
border: 1px dashed #8e9af2;
padding:10px;
text-align: justify;
background: #c3caf8;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin:0px;
}

input, textarea, select{
background: #cfd4fa;
border: 1px solid #a8b2f4;
padding:4px;
margin:0px;
 -moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
}
