#container
{
    overflow:hidden;
    margin:10px;
}


#leftside
{
	float: left;
	width: 45%;
	height: 650px;
	padding: 5px 10px;
	border: 1px dashed black;
	border-radius: 5px;
	margin:10px;
}

#rightside
{
	float: left;
	width: 45%;
	height: 650px;
	padding: 5px 10px;
	border: 1px dashed black;
	border-radius: 5px;
	margin:10px;
}

body
{
background-color:#d0e4fe;
font-family:"Times New Roman";
font-size:16px;
}
h1
{
color:orange;
font-size:24px;
}



/* important, don't remove*/

.aliceblue {background:AliceBlue}
.aquamarine {background:Aquamarine}
.coral {background:Coral}
.lawngreen {background:LawnGreen}
.lightsteelblue {background:LightSteelBlue}
.yellow {background:Yellow}
.gold {background:Gold}
.orangered {background:OrangeRed}
.hotpink {background:HotPink}
.slategray {background:SlateGray}



.arial {font-family:Arial}
.comicsansms {font-family:Comic Sans MS}
.couriernew {font-family:Courier New}
.georgia {font-family:Georgia}
.impact {font-family:Impact}
.lucidaconsole {font-family:Lucida Console}
.palatinolinotype {font-family:Palatino Linotype}
.tahom {font-family:Tahom}
.timesnewroman {font-family:Times New Roman}
.trebuchetms {font-family:Trebuchet MS}
.verdana {font-family:Verdana}

.error {color: #FF0000;}



