You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
459 B

/*
[DESTOON] Copyright (c) 2008-2021 www.destoon.com
This is NOT a freeware, use is subject to license.txt
*/
/* global */
* {word-break:break-all;font-family:Verdana,Arial;}
body {margin:0px;font-size:12px;color:#333333;background:#FFFFFF;}
input,select,textarea {font-size:12px;}
form {margin:0;}
a:link,a:visited,a:active {color:#1B4C7A;text-decoration:none;}
a:hover {color:#FF6600;}
.f_red {color:red;}
.f_gray {color:#666666;}
.f_b {font-weight:bold;}