@import "default.css";

a:hover{
    text-decoration:underline;
}

div.Item{
    width:49%;
    height:280px;
    float:left;
    margin: 0 0 20px 0;
    padding: 0px;
    overflow: hidden;
}

div.Item1{
    width:auto;
    height:auto;
    margin: 0px;
    padding: 0px;
}

div.Item2{
    width:auto;
    height:auto;
    margin: 10px 2px 50px 10px;
    padding: 0px;
    overflow: hidden;
}

div.Item2 #Item3{
    width:49%;
    float:left;
    margin: 15px 15px 10px 15px;
    padding:0px 0px 0px 0px;
}

div.Item2 #Item4{
    width:49%;
    float:right;
    margin: 15px 15px 10px 15px;
    padding:0px 0px 0px 0px;
}

div.Item2 h2{
    font-size: 15px;
    text-align:center;
    margin: 15px 15px 10px 15px;
}

div.Item2 img{
    border: none;
    float: left;
    clear: both;
    margin: 5px 3px 5px 10px;
}

div.Item2 p{
    height: auto;
    line-height:120%;
    font-size:12px;
    overflow:hidden;
}

div.Item2 p big{
    line-height:30px;
    font-size:23px;
    font-weight:500;
}

div.Item2 small{
    text-align:justufy;
    font-size:15px;
    font-weight:500;
}

div.Item2 hr{
    size:3px;
    color:lawngreen;
    width:100%;
}

div.Item1 h2{
    font-size: 15px;
    text-align:center;
    margin: 15px 15px 10px 15px;
}

div.Item1 img{
    border: none;
    float: left;
    clear: both;
    margin: 5px 10px 10px 0px;
}

div.Item1 p{
    height: auto;
    line-height:120%;
    font-size:12px;
    overflow:hidden;
}

div.Item1 big{
    text-coler:red;
    font-size:20px;
    font-weight:500;
    color:Red
}

div.Item h2{
    font-size: 15px;
    text-align:center;
    margin: 15px 15px 10px 15px;
}

div.Item img{
    border: none;
    float: left;
    clear: both;
    margin: 5px 15px 90px 10px;
}

div.Item p{
    height: auto;
    line-height:120%;
    font-size:12px;
    overflow:hidden;
}

div.Item big{
    text-coler:red;
    font-size:20px;
    font-weight:500;
    color:Red
}

