﻿a:link,a:visited,a:active {
    text-decoration : none;
    color : #171E97;
}

a:hover {
    text-decoration : none;
    color : #9FB0F2;
}

BODY, TD {
	font : 9pt 새굴림; 
	text-decoration : none; 
	line-height: 150%; 
	color : #999999
}



input {
		border:solid 1 black;
		border-color: black;
		font-family:굴림;
		font-size:10pt;
		height:20px;
		}

textarea {
		line-height:13pt;
		border:black 1px solid; 
		border-color: #525252;
		font-family:굴림;
		font-size:9pt;
		color:black;
		background-color:white;
		}

