﻿a
{
     text-decoration: none;
    color: Black;
    cursor: grab; 
}

a:hover
    { 
     color: red;
    }

body
{
    font-family: Raleway,Arial,sans-serif;
    font-size: 14pt;
    background-color: #008fff;
}

div
{ 
    
}

h1
{
}

input[type=button]
{
    margin:5px;
    padding:5px;
    width:80px;
}

h2
{
}

hr
{
}

h3
{
}

p,ul
{
    font-size: 12pt;
}


table
{
    border-collapse: collapse;
    padding: 0px;
    border-width: 0;
}

td, th
{
    padding: 5px;
}

tr
{
}

th
{
    color: white;
    background-color: grey;
    font-size: 10pt;
}

td
{
    color: black;
    background-color: transparent;
    font-size: 10pt;
}
 

select
{
    width:100%;
}

