body,input{
    font-family:"Helvetica Neue";font-size:18pt;
}
body{
    text-align:center;
	color: #8F8B91;
    background-color:rgb(245,245,235);
	text-shadow:0.2px 0.2px 0 #8F8B91;
}

img{
    width: 40%;
    height: 30%;
}

ul{
list-style:none;
}

p{
margin:10px;
}

input { 
border: 1px solid #8F8B91; 
margin:1px;
}

input:focus{
	background-color:rgb(245,245,235);
	outline: 1px solid #4099FF; 
}

button {
   background: #4099FF;
   padding: 5px 10px;
   color: rgb(245,245,235);
   font-size: 25px;
   font-family: Georgia, serif;
   vertical-align: middle;
   }

button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

li.follow{
    list-style-image: url(images/tick_icon.png);
}


li.no_follow{
    list-style-image: url(images/x_icon.png);
}

p.error{
    color: red;
}

a, a:visited{
	font-size:15pt;
	color : #4099FF;
    text-decoration:none;
}

div{
    font-size:14pt;
    padding-top: 125px;
}


