input, textarea, select {
        font-size: 12px;
        color: #333333;
		font-weight: bold;
        background: #DCECF8;
        border: solid 1.5px #666666
        }
		
a       {
        color: #000066;
		font-weight: bold;
        text-decoration: underline
        }

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