input, textarea, select {
        font-size: 12px;
        color: #3366CC;
        background: #ffffff;
        border: solid 1.5px #CCCCCC
        }
		
a       {
        color: #000066;
		font-weight: bold;
        text-decoration: underline
        }

a:hover {
		color: #000000;
		font-weight: bold;
        text-decoration: underline
        }
