@charset "UTF-8"; body{ color: #fff; font-size: 12pt; font-style: Giff Sans, sans-serif; background-color: #aaa; } form{ color: #bfbfbf; border-radius: 5px; margin-bottom: 5px; border: 1px solid #CCC; padding: 3px; background-color: #F0F4F7; font-size: medium; } form input[type="file"]{ color: #fff; border-radius: 5px; margin-bottom: 5px; border: 1px solid #CCC; padding: 3px; background-color: #262626; font-size: medium; } form input[type="submit"]{ padding: 2px 5px; margin-bottom: 4px; margin-right: 2px; border: 1px #0F78DA solid; background-color: #212121; border-radius: 2px; color: white; box-shadow: 0 0 1px 0 white inset, 0 1px 5px -2px black; } h2{ color: #fff; font-size: 16pt; font-style: Giff Sans, sans-serif; } a:link{ color: #fff; font-size: 12pt; font-style: Teams New Roman, Arial, Tahoma; } a:visited{ color: #0000ff; font-size: 12pt; font-style: Teams New Roman, Arial, Tahoma; } a:hover{ color: #fff; font-size: 12pt; font-style: Teams New Roman, Arial, Tahoma; background: #212121; }