
@charset "utf-8";
/* Falkrail.com Main CSS */

td.buffer {
	width: 20px;
}

a.link {
    font-family: Times New Roman;
    font-size: 16;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

font.link {
    font-family: Times New Roman;
    font-size: 16;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

a.link:hover {
    color: rgb(255,0,0);
}

body {
    font-family: Times New Roman;
    font-size: 16px;
}

a.side {
    color: black;
    text-decoration: none;
}

a.side:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}