﻿/* Election 2015 Style Sheet */
/* Contains logo, menu and standard layout styles  */
/* Created 22 August 2014  */
/* changed 28 August 2014  color: DarkSlateGray; background-color: LightCyan;*/
/* changed 30 September 2014  background-color: azure;*/

body {
	text-align: center;
	font-family: Georgia, serif; 
	color: DarkSlateGray;                          /* darkgreen is the default font colour */
	font-size: medium;                         /* medium = font size "3" is the default  */
	background-color: azure;	
}

.voting {
	float: left;
	width: 110px;
}

.menu {
	float: left;
	width: 240px;
	font-size: small;
	font-style:italic;
	font-weight: bold;		
	text-align:center;
}

.image-top {
	float: left;
	width: 320px;	
}

.logo {
	float: left;
	margin: 0 0 0 5px;
	width: 120px;
}

.margin-top6 {         
	margin-top: 7px;
}

a:link   {color:DarkSlateGray;}
a:visited {color:DarkSlateGray;}
a:hover  {color:red;}
