A {
	COLOR: #4D7285;
	text-decoration: underline;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
	font-size: 14px;
}
A:hover {
	COLOR: #666666;
	text-decoration: underline;
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
	font-size : 12px;
}
body{
	
	scrollbar-face-color : #EFFAFF;
	background: #EFFAFF;
	background-attachment : fixed;
}
li{
	font-size : 14px;
	color : black;
 {
p 
{color : black;
}

strong {
	font-weight : bold;
	font-size : 14px;
	color : #443A98;
}
span {
	font-weight :  bold;
	font-size : 14px;
	color : #0E329D;
       }	
		
p.basic{
	font-size : 14px;
	color : black;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.basic{
	font-size : 14px;
	color :black;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.header1{
	font-size : 30px;
	color : black;
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
}
p.header1{
	font-size : 30px;
	color : black;
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
}

.prog{
	background-color : #EFFAFF;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	margin-left : 50px;
}
.output{
	background-color : #EFFAFF;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
}
.field{
	margin-left : 50px;
}
hr{
	color : #0D6AA5;
}