
.background_cell_color {background-color:#000000}

.background_main_color {background-color:#000000}

.background_title_color {background-color:#000000}

.border {border: 1px solid #ff9933}

a:link {color:#ff9933}

a:active {color:#ff9933}

a:visited {color:#ff9933}

/*
   The following is a combination of background_button_color and text_button_color,
   this will override all input elements to look the same which will give a nice feel
   Also, use border style from above in CSS style to give consistent look, there is really no
   way to inherit this so you will have to change both properties
*/
input,textarea,select {background-color:#000000;color:#ff9933;border: 1px solid #ff9933}

.text_body_color {color:#ffffff}

.text_subtitle_color {color:#ff9933}

.text_title_color {color:#ff9933}

.title_font {font-family:Times New Roman;font-size:40}

.text_font {font-family:Sans Serif;font-size:13}

