123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- * {
- margin: 0;
- padding: 0;
- }
- body {
- background: #333;
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- font-size: 14px;
- line-height: 20px;
- color: #222;
- }
- a {
- text-decoration: none;
- color: #99AECD;
- }
- a:hover {
- text-decoration: underline;
- color: #4F5D7F;
- }
- #wrap {
- margin: 20px auto 10px auto;
- width: 1024px;
- background: #fff;
- padding: 10px;
- border: 5px solid #000;
- }
- #header {
- background: #807464 no-repeat;
- height: 120px;
- }
- #header h1 {
- font-size: 50px;
- letter-spacing: -5px;
- padding: 17px 0 0 10px;
- margin: 0;
- }
- #header h1 a {
- color: #D1DDEF;
- text-decoration: none;
- font-weight: 600;
- }
- #header h1 a:hover {
- color: #fff;
- }
- #header h2 {
- padding-top: 17px;
- padding-left: 10px;
- padding-bottom: 17px;
- line-height: 1.2;
- }
- #content {
- margin-top: 10px;
- width: 1024px;
- }
- #content h3 a {
- text-decoration: underline;
- color: blue;
- }
- #content h3 a:hover {
- }
- #content p a {
- text-decoration: underline;
- color: blue;
- }
- #content p a:hover {
- }
- #navigation {
- float: left;
- width: 150px;
- }
- #navigation h2 {
- margin: 10px 0 0 0;
- padding-left: 2px;
- height: 24px;
- line-height: 24px;
- color: #7988AF;
- font-size: 15px;
- }
- #navigation ul {
- padding: 0 0 15px 30px;
- list-style-type: square;
- color: #99AECD;
- margin-left: -1em;
- }
- #navigation ul li a {
- text-decoration: none;
- font-weight: 600;
- color: #0099FF;
- }
- #navigation ul li a:hover {
- color: #3399FF;
- }
- #wrapper {
- float: right;
- width: 864px;
- margin-left: 10px;
- }
- #main-content {
- float: left;
- text-align: justify;
- width: 609px;
- }
- #main-content h2 {
- font-size: 18px;
- font-weight: 100;
- padding: 15px 0 7px 0;
- }
- #main-content h2 a {
- text-decoration: none;
- }
- #main-content h3 {
- margin: 0;
- }
- #main-content h4 {
- color: #668FCD;
- margin: 0;
- }
- #main-content li {
- list-style-type:none;
- }
- #main-content p {
- margin-top: 0.5em;
- }
- .center {
- text-align: center;
- }
- #programcommittee {
- font-size: 11px;
- color: #000000;
- }
- .tpc {
- float: right;
- width: 220px;
- }
- .tpc h2 {
- margin: 10px 0 0 0;
- padding-left: 10px;
- height: 24px;
- line-height: 24px;
- color: #7988AF;
- font-size: 14px;
- }
- .tpc ul {
- padding: 10px -5px 15px 30px;
- list-style-type: none;
- color: #99AECD;
- }
- .tpc ul li a {
- text-decoration: none;
- font-weight: 600;
- }
- .tpc ul li a:hover {
- }
- #footer {
- text-align: center;
- font-size: 9px;
- color: #aaa;
- }
- #footer a { color: #aaa; }
- #footer a:hover { color: #111; }
|