@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCEEFF ;
	margin-top:0;
	margin-bottom:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.container {
	background-color:#F5D9EB;
	border-style:solid;
	border-color:white;
	border-width:thick;
	width:95%;
	height:100%;
}

.ibody {
	width:90%;
	border-style:solid;
	border-width:medium;
	border-color: #BD0078;
	background-color:#FAEBF4;
}
.menu {
	width:100%;
	height:100%;
}
.op {
	font-style:normal;
	font-weight:normal;
	font-size:18px;
}

.op2 {
	font-style:normal;
	font-weight:normal;
	font-size:16px;
}
