/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}


}

#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.5em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
}

#navbar {
	padding-left: 2px;
	border-bottom: 1px solid black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


#h2 {
	font-family: Georgia,'Times New Roman',Times,serif;
}

#content h4 {
    margin: .75em 1em 0.25em 0em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 1.5em;
}

.body {
    margin: 0;
    padding: 0;
    background-color: #FBFBF3;
    color: #111;
    font-family: Verdana,Arial,Helvetica,sans-serif;
   
}
