/* ----------------------------------------------------------
guarantee style for guarantee html files
version: 1.0
author: wangwen
date: 2009-7-3
mail: wangwen1220@163.com
copyright: 2009 wangwen(wangwen1220@gmail.com)
---------------------------------------------------------- */
*{
  margin:0;
  padding:0;
}

html{
  font-size: 62.5%;
  background:#F7F6F1 url(../img/ceo-mail/bg.gif) repeat-x;
}

body{
  width:68em;
  margin:27px auto;
  border:1px solid silver;
  border-width:5px 1px 3px;
  background-color:#fff;
  font:1.2em/1.5 geneva,arial, sans-serif;
  color:#000;
}

h1{
  font-size:2.5em;
  line-height:2;
  border-bottom:1px solid silver;
  text-align:center;
}

a{color:#536788;text-decoration:none;}

a:hover{text-decoration:underline;}

p{
  padding:0 3.5em;
  margin:1.5em 0;
  font-size:1.4em;
  text-align:justify;
}

p span{
  float:left;
  margin-right:.2em;
  font-size:3em;
  line-height:1;
  font-weight:bold;
  color:#ccc;
}

h2{
  margin-top:2em;
  padding-top:.5em;
  font-size:2em;
  text-indent:2.45em;
  color:#666;
  border-top:1px solid silver;
}

p.instuction{
  margin:.5em 0;
  color:#777;
}

#footer{
  margin:2em 0 0;
  font-size:1.1em;
  line-height:2.2;
  text-align:center;
  color:#444;
  background:#eee;
}
