/* Entryform CSS */

body    {
        font-family: "Times New Roman", serif;
/*        margin-left: 2em;
        margin-right: 2em;*/
        color: #000000;
        background-color: #DAD3C0;
       }

h1		{ text-align: center; font-family: "Times New Roman", serif; font-size: 200%; }

h2		{ text-align: center; font-family: "Times New Roman", serif; font-size: 150%; font-weight: bold; }

h3		{ text-align: center; font-family: "Times New Roman", serif; font-size: 120%; font-weight: normal; }

/*p       {
        text-align: justify;
        }*/

hr      {
        color: #990033;
        /* bgcolor: #ffffff; */
        }

table {
		width:100%;
		border-collapse:collapse;
        }

/* Anchors */

a:link  {
        color: #0000ff;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a:active {
        color: #ff0000;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a:visited {
        color: #990099;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a.offsite:link { /* this doesn't work on Mac */
        color: green;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }


ADDRESS, DIV.docinfo    {
        font-family: Arial, sans-serif;
        font-size: small;
        color: gray;
        /* bgcolor: #ffffff; */
        text-align: left;
        }

/* positional classes, e.g. for IMG placement */

        .left { float: left; }
        .right { float: right; }
        .center { text-align: center; }
        .clear { clear: both; }

/* custom classes */

.title  {
        font-weight: normal;
        font-size: large;
        font-style: normal; }


.big-title {
        font-family: AlgerianD, serif;
        font-size: 300%;
        text-align: center;
        text-indent: 0;
        }

.time-stamp {
	text-align: center;
	font-size: 70%;
	font-style: italic;
	}

.centred {
	text-align: center;
	}

.righted {
	text-align: right;
	}

.lefted {
	text-align: left;
	}

.announcement {
	text-align: center;
	font-size: 120%;
	}

.smaller {
	font-size: smaller;
	}

/*.tstyle   {
 		cellspacing: 0;
		cellpadding: 7;
		border:0;
        background-color:#FF00FF;
        width:100%;
        border-collapse:collapse;
        }*/

.ord    {
        font-family: Arial, sans-serif;
        font-weight: normal;
        }

/* default cell */
td {
/*		background-color:#FFF;*/
		border:1px solid black;
		padding:5px;
}


