@charset "UTF-8";

body {
    color:#666666;
}


body, td, th {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
	color: #030;
	text-align: left;
}

a:link {
	color: #495C52;
    text-decoration: none;
}
a:visited {
	text-decoration: none;
    color: #495C52;
}
a:hover {
	text-decoration: underline;
    color: #033;
}
a:active {
	text-decoration: none;
}


.grid {
            margin:auto;
            display:grid;
            grid-template-columns: 300px 300px 300px;
            text-align:center;
        }
        
.cell {
            padding:20px;
        }
