@charset "utf-8";
/* CSS Document */

body {
	background-color: #C0C0C0;
	background-image: url("images/scribble-light.png");
	background-repeat: repeat;
}

a:link {color: #974BBF; text-decoration: overline;}
a:visited {color: #1F1F1F; text-decoration: none;}
a:hover {color: #FF73FF; text-decoration: underline;}
a:active {color: #FFFFFF;}

#Table_01 {
	line-height: 0;
}

#nav {
	width: 748px;
	text-align: center;
	color: #E0A134;
}

#site {
	margin-left: 10px;
	width: 738px;
	color: #974BBF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
}

em {
	color: #35379C;
}

h1 {
	width: 90%;
	text-align: right;
	color: #35379C;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: oblique;
	font-size: 20pt;
}

h2 {
	color: #974BBF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	text-decoration: underline;
}

h3{
	width: 80%;
	text-align: center;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
}

#footer {
	width: 748px;
	margin-top: 10px;
	color: #974BBF;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 5px;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input {
    width:250px;
    height:20px;
    background-color: #C0C0C0;
    border: 1px solid #974BBF;
    margin-top:3px;
    font-size:0.9em;
    color: #974BBF;
}

textarea{
    width:150px;
    height:50px;
    background-color: #C0C0C0;
    border: 1px solid #974BBF;
    margin-top:3px;
    font-size:0.9em;
    color: #974BBF;
}

#submit {
    width:70px;
    height:35px;
    background-color: #C0C0C0;
    border: 1px solid #974BBF;
	color: #974BBF;
    margin-top:20px;
}

#country {
    background-color: #C0C0C0;
    border: 1px solid #974BBF;
	color: #974BBF;
}

#fans {
	color: #974BBF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	border-collapse: collapse;
 	width: 98%;
}

#fans td, #fans th {
  padding: 8px;
}

#fans tr:nth-child(even){
	background-color: #35379C;
	color: #FF73FF;
}

#fans th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #35379C;
}