.body{
  margin: 0px;
}

.mainArea{
  margin: 10px;
  width: 700px;
}

.content{
  margin: 0px;
  width: 90%;
}

.topBlock,.footer{
	font-family: cursive;
	text-align : center;
}

.title {
	font-family: cursive;
	text-align: center;
	font-size : 120%;
  font-weight:lighter;
	cursor : default;
}

.tab_sep{
  height :  20px;
  width  :   3px;
}

p{
	font-family: cursive;
	font-size : 80%;
	cursor : default;
}

a, a:visited  {
	font-family: cursive;
	text-decoration : none;
	font-size : 80%;
	cursor :pointer;
}

.aInp, .aInp:visited, .bInp, .bInp:visited{
	font-family: cursive;
	text-decoration : underline;
	font-size : 100%;
}

.aInp:hover, .bInp:hover, .cInp, .cInp:visited {
	text-decoration : none;
}

.cInp:hover{
	text-decoration : underline;
}

ul{
	list-style : circle;
}

ol{
	font-family: cursive;
	font-family: "Brush Script MT";
	list-style : decimal;
}

strong{
	font-family: cursive;
	font-style : italic;
}
	
