/*
equ.in stylesheet copied here until I update the Eqtris pages
*/

.songinfo
{
	color: #2266aa;
}

.anag
{
	color: #dd2222;
}

.nogap /* for h2 */
{
	padding-top: 0;
}

body
{
	color: black;
	background-color: #fdfffe;
	margin: 35px 20px 20px 20px;
	padding: 0px;
	font-family: georgia, times, serif;
}

p, li, ul
{
	text-align: justify;
	font-size: small;
}

tt
{
	font-family: "courier new", monospace;
	text-align: justify;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link		{ color: blue; }
a:visited	{ color: #5f008f; }
a:hover		{ background-color: #ebf4ff; }

a[href^="http"]:after
{
	content: url('/ox/_img/external_link.png');
}

a[href^="http://equ.in"]:after,
a[href^="http://www.equ.in"]:after
{
	content: "";
}

h1
{
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #00009b;
}

h2
{
	/* use class="nogap" to suppress */
	padding-top: 20px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #00009b;
}

h3
{
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00009b;
}

.soft
{
	color: gray;
}

.small
{
	font-size: x-small;
}

.new
{
	color: #ff6020;
	background-color: #ffff44;
}

.shaded
{
	background-color: #ebf4ff;
}
