/* All Screen */

body {
	/*padding: 3%;*/
/* colour around the bulk */
	background: #FFFFFF;
	text-align: justify;
	font: 100% helvetica, arial, sans-serif;
/* colour of all text unless otherwise defined */
	color: #444444;
}

h1, h2, h3 {
	font-weight: normal;
/* colour of headlines on sheet */
	color: #444444;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul, table {
	margin-bottom: 1.8em;
	line-height: 160%;
}

/* colour of weblinks */
a {
	color: #191970;
}

/* colour of weblinks when touched */
a:hover {
	text-decoration: none;
	color: #800000;
}

a img {
	border: none;
}

/*Definition of big letters*/
.bigletters
{
font-size:120%;
}
/*Define horizontal list*/
#navcontainer ul li { display: inline; }

/* Bulk Text*/

#content {
}


.bulk {
	background: #EFEFEF;
}

.bulk .title {
}

.bulk .title h1 {
}

.bulk a {
	text-decoration: none;
}

.bulk a:hover {
	text-decoration: underline;
}

.bulk .entry {
}

.bulk .meta {
	font-weight: bold;
}

.bulk .byline {
}

/* Buttons*/

input[type = "submit"] {
    background-color:#EFEFEF;
    width: 95%;
    border: 1% solid #c9c9c9;
    font: 90% helvetica, arial, sans-serif;
    margin:0.5%;
    color:#191970;
}
input[type = "submit"]:hover {
    color: white;
    background-color:#800000;
    transition: color 0.2s 0.05s ease;
    transition: background-color 0.2s 0.05s ease;
    cursor: pointer;
}













