body {
	font-family: Arial;
	font-size: 12px;
}

td {
    font-family: Arial;
    font-size: 10px;
}

a:link {
    color: #808080;
    text-decoration: none;
}
    
a:visited {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #3333CC;
    text-decoration: none;
}

.b:hover {
    color: #3333CC;
    text-decoration: underline;
}

.linkstyle {
    font-size: 11px;
	color: #6699FF
}

input {
    background: #FFFFFF;
	color: #808080;
	font-family: Arial;
	border: 1px solid #6699FF;
}

select {
    background: #FFFFFF;
	color: #808080;
	font-family: Arial;
	border: 1px solid #6699FF;
	font-size: 10px;
}

.phpstyle {
    font-family: Arial;
	font-size: 12px;
}

.style10 {color: #EB6670}
}
style10:Link {
    color: #EB6670;
    text-decoration: none;
}