@charset "UTF-8";

.normalForm table {
    /* structure design */
    width: 640px;
}

a#goSupport, a#goSupport:visited {
    /* text design */
    color: #3399cc;
	text-decoration: none;
}

a#goSupport:hover {
    /* navigation design */
    color: #ff6600;
	text-decoration: underline;
}
