/* Writtle Cricket Club Stylesheet */

/* Class for text alignment */
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
.full {text-align:full}
.indented {padding-left:70pt}
.fullindented {padding-left:70pt;text-align:full}
.headingindent {padding-left:55pt}
.small {font-size:8pt;padding-left:70pt}

/* Font setup for Headings */
h1
{
font-family: "Monotype Corsiva", arial;
color:003300; 
font-weight:bolder;
font-size:40pt;
text-align:left;
}

h2
{
font-family: "Monotype Corsiva", arial;
color:003300;
font-weight:bolder;
font-size:30pt;
text-decoration:underline;
text-align:left;
}

h3
{
font-family: "Monotype Corsiva", arial;
color:003300; 
font-weight:bolder;
font-size:20pt;
text-align:left;
}

h4
{
font-family: "Century Gothic", arial;
color:003300;
font-weight:bolder;
text-align:left;
}

h5
{
font-family: arial;
color:003300;
text-align:left;
}

A:link {color:003300;text-decoration:underline;}
A:active {color:003300;text-decoration:overline underline;}
A:visited {color:003300;text-decoration:underline;}
A:hover {color:003300;text-decoration:overline underline;}

p
{
font-family: "Century Gothic", arial;
color:003300; 
text:003300; 
font-size:12pt;
font-weight:10;
}


table
{
font-family: "Century Gothic", arial;
color:003300; 
text:003300; 
align:center;
font: 12pt;
border:0
}

th
{
font-family: "Century Gothic", arial;
color:003300; 
text:003300; 
align:center;
font: 12pt;
font-weight:bolder;
}

li
{
font-family: "Century Gothic", arial;
color:003300; 
text:003300; 
align:center;
font: 12pt;
border:0
}

hr
{
border: 10;
width: 100%;
color: 003300;
background-color: 003300;
height: 1px;
}

form
{
font-family: "Century Gothic", arial;
text:003300; 
font-size:12pt;
font-weight:10;
}


/* Setup for body - background image and repeat */
body
{
background-image:url(jpgs/background.jpg);
background-repeat:repeat;
background-color:black;
font:12pt
}

table {border-style:outset}
li {list-style: square;)

