﻿body 
{
	background-image: url(images/~backg~.jpg);
	color: #0b2375;
}

a
{
	color: #0000ff;
}

/*a:visited
{
	color: #000080;
}*/

a:active
{
	color: #ff0000;
}

a:hover
{
	color: Red;
}

a.text, a.text:hover, a.text:active, a.text:visited
{
	text-decoration: none;
	color: #0000ff;
}

div#tarotmenu
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}	

div#tarotmenu a
{
}

h1, h2
{
	text-align: center;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
	color: #000080;
}

h2.notcenter, h3, h4
{
	text-align: left;
	margin-left: 100px;
	text-decoration: underline;
}

li h4
{
	margin-left: 0px;
}

p
{
	width: 80%;
	margin-left: 100px;
}

ol
{
	margin-left: 100px;
}

ol li
{
	width: 80%;
}

ul
{
	margin-left: 100px;
	width: 80%;
	line-height: 2.0em;
}

img.contextimage_left
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 1px gray;
	padding: 1px;
}

img.contextimage_right
{
	float: right;
	margin-right: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: solid 1px gray;
	padding: 1px;
}

.mr30
{
	margin-right:30px!important;
}

.bold 
{
	font-weight:bold;
}

.italic 
{
	font-style: italic;
}

.red
{
	color:Red;
}