/* base config */
body {background-color: black; font-family: Arial; color: orange; font-size: 12px}

/* link configs */
a:link {color:#0080C0;text-decoration:none}
a:visited {color:#0080C0;text-decoration:none}
a:hover {color:#FF8080;text-decoration:none;}
a:active {color:#0080C0;text-decoration:none}

/* screen configs */
.title {color: orange; font-family: Arial; font-size: 26px; font-weight: bold}
.title2 {color: orange; font-family: Arial; font-size: 12px; font-weight: bold}
.text1 {color: orange; font-family: Arial; font-size: 12px;}
.text2 {color: #008080; font-family: Arial; font-size: 12px; font-weight: bold;}
.text3 {color: orange; font-family: Arial; font-size: 12px; text-align: center;}
.text1h {color: orange; font-family: Arial; font-size: 12px;background-color: #FFFF80}
.text2h {color: #008080; font-family: Arial; font-size: 12px; font-weight: bold;background-color: #FFFF80}
.break {color: #C0C0C0;background-color: #C0C0C0;height: 2px; border: 0}
.button {font-size: 15px; font-family: Arial; background-color:#00009D; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold}
.button2 {font-size: 10px; font-family: Arial; background-color:#00009D; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold}
.button3 {font-size: 15px; font-family: Arial; background-color:#00009D; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold; width: 80}



/* correct image auto orientation */
img {image-orientation: none;}
input {image-orientation: none;}