
BODY {	color: #CD4013; background:#A9B7C0;
        font-family: 'Quicksand';
     }

.Menu { background:#C7D8C6;
		width:1000px;
		text-align:center;
		verticle-align:center;
		height:30px;
		border-radius: 5px; /* border radius */
}

TABLE.Main {
        background: #A9B7C0;
		border:0pt solid #381211; 
		border-radius:100px 100px 100px 100px;
		vertical-align: top;
		width:90%; 
		height:90%;
		margin:0;
		padding:0; 
		overflow-x:hidden;
		}
		
td {
	vertical-align: top;
}
		
.Writing {
   background: #CCCBC6;
   color: #000000;
   /* margin:10; */
   padding:5;
   height:600px;
   width:800px;
   font-family: 'Quicksand', sans-serif;
   font-size: 16pt; 
  
   border:5pt solid #EFD9C1; 
   border-radius:5px 5px 5px 5px;
}

.Sidebar {
	background: #A0A09F;
	color: #ffffff;
	width: 300px;
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
	padding:10px;
	border-radius: 5px; /* border radius */
}