a.int { text-decoration: none; color: blue; }
a.int:hover { text-decoration: underline overline; color: red; }

a.ext { text-decoration: underline; color: #F4A460; }
a.ext:hover { text-decoration:none; color: #2E8B57; }

a.ans { text-decoration: none; color: black; }
a.ans:hover { text-decoration: underline; color: black; }

h1.susan
{
font-family: Jokerman LET, Jokerman, Comic Sans MS;
color: #ff00ff;
background: yellow;
}

.susanannoy
{
font-size: x-large;
color: blue;
background: red;
}

h1.esther
{
font-family: Jokerman LET, Brush Script MT, Jokerman, cursive;
color: red;
}

h1.esther2 {
	color: red;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 80pt;
	margin: 0pt;
	font-family: Jokerman LET, Brush Script MT, Jokerman, cursive;
}
h2.esther
{
font-family: Brush Script MT, Jokerman LET, Jokerman, cursive;
color: #FFA500;
background: #BA55D3;
}

.design		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: maroon; letter-spacing: -1px;}
a:hover.design { font-weight: normal; }

.news {
	font-variant: small-caps;
	text-decoration: underline;
	margin: 1px;
	padding: 1px;
}
.news2 {
	text-align: center;
	width: 60%;
	padding-right: 20%;
	padding-left: 20%;
}