/*   Style sheet for Alice Otter's site   */

body,p{
	font-family:arial;
	font-size: 12px;
    scrollbar-3d-light-color: White;
    scrollbar-arrow-color: Black;
    scrollbar-base-color: black;
    scrollbar-dark-shadow-color: #FFD700;
    scrollbar-face-color: white;
    scrollbar-highlight-color: blue;
    scrollbar-shadow-color: blue;
	SCROLLBAR-TRACK-COLOR: #FF9B31;
	margin-top : 7px;
}
hr{
	noshade;
	color:blue;
	height : 1px;
	width:100%
}
.specialspace{
	margin-top : 7px;
}
.form{
	FONT-SIZE: 8pt;
	COLOR: Black;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	border-color : #000000;
	scrollbar-3d-light-color: White;
    scrollbar-arrow-color: Black;
    scrollbar-base-color: black;
    scrollbar-dark-shadow-color: #FFD700;
    scrollbar-face-color: #FF9B31;
    scrollbar-highlight-color: black;
    scrollbar-shadow-color: Black;

}
.normaltext{
	font-family:arial;
	font-size: 14px;
	text-indent : 20px;
	margin-top : 5px;
}
.normaltext2{
	font-family:arial;
	font-size: 14px;
	text-indent : 20px;
	margin-top : 5px;
}
.none01{
	color: #00CED1;
	text-decoration:none;
	font-style: normal;
}
.tinytext{
	font-family:arial;
	font-size:10px;
	margin-bottom : 3px;
	margin-top : 2px;
}
.tinytext2{
	font-family:arial;
	font-size:12px;
	margin-bottom : 3px;
	margin-top : 2px;
	color : #00008B;
}
h2{
	font-family: FirstGrader,Comic;
	color:blue;
	font-size:21px;
}
.alicewrites{
	font-family: FirstGrader,Comic;
	font-size:12pt;
}
ul{
	margin-top : 1px;
	margin-bottom : 1px;
}
h3{
	font-family: FirstGrader,Comic;
	color:white;
	background-color:blue;
	font-size:17px;
	margin-bottom : 5px;
	margin-top : 4px;
	width:100%;
	text-align:center;
	
}

A.2:link {
	text-decoration:none;
	color: Blue;
}

A.2:visited {
text-decoration:none;
color: Blue;
}

A.2:active {
	color: White;
	background-color: Blue;
}

A.2:hover {
	color:White;
	background-color : Blue;
}

A.3:link {
	text-decoration:none;
	color: white;
}

A.3:visited {
text-decoration:none;
color:white;
}

A.3:active {
	color: blue;
	background-color: white;
}

A.3:hover {
	color:White;
	text-decoration : underline;
		background-color: blue;
}

A:link {
text-decoration:underline;
color:#9D5300;
}

A:visited {
text-decoration:underline;
color:#9D5300;
}

A:active {
	color: Navy;
	background-color: #FFE4C4;
}

A:hover {
	color:white;
	background-color : #9D5300;
	text-decoration:underline:
}

