/*   Style sheet for Alice Otter's site   */

body,p,td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFF0;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
    scrollbar-face-color: black;
	scrollbar-highlight-color: #FFA510;
	scrollbar-shadow-color:#FFA510;
	SCROLLBAR-TRACK-COLOR: black;
}
hr{
	color:#AABF79;
	height : 1px;
}
.specialspace{
	margin-top : 7px;
}
.mikoyan{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left : 28px;
	margin-right : 28px;
	margin-top : 28px;
	margin-bottom : 0px;
	color : #FFFFF0;
	line-height : 17px;
	text-align : justify;
	text-indent : 30px;
}

.text001{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left : 25px;
	color : #4E3409;
	line-height : 14px;
	text-align : right;
}

.normaltext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	text-align:justify;
	margin-right : 30px;
	margin-left:30px;
}

.none01{
	color: #blue;
	text-decoration:none;
	font-style: normal;
}
.tinytext{
	font-family:arial;
	font-size:10px;
	margin-bottom : 3px;
	margin-top : 2px;
}

h2{
	font-family: sans-serif;
	font-weight : bold;
	color: Maroon;
	font-size:21px;
	letter-spacing : 3px;
}

ul{
	margin-top : 1px;
	margin-bottom : 1px;
}
h3{
	font-family: "Lucida Calligraphy";
	color: Yellow;
	background-color:#748844;
	font-size:15px;
	margin-bottom : 5px;
	margin-top : 4px;
	width:100%;
	text-align:right;
	padding-right : 25px;
}

A:link {
	text-decoration: underline;
	color: #E8DECE;
	text-shadow : 2px;
	font-weight : bolder;
}

A:visited {
	text-decoration: underline;
	color: #E8DECE;
	font-weight : bolder;
}

A:active {
	color: black;
	background-color: #E8DECE;
	font-weight : bolder;
}

