* {
    margin: 0;
    padding: 0;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}


img,
fieldset {
    border: none;
}

body {
    background: #fff;
    font-family: helvetica;
    font-size: 12px;
}


a {
    text-decoration: none;
    color: #007bff;
    border-bottom: none;

}

a:hover {
    text-decoration: underline;
    color: #0056b3;
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: #333333;   
    text-align:justify;
}

h1 {
    font-size: 21px;
    font-weight: normal;
    color: #000;
}

h2 {
    font-size: 19px;
    font-weight: normal;
    color: #000;
    border-bottom: none;
    text-shadow: 1px 1px #fff;
}

h3 {
    font-size: 15px;
    font-weight: normal;
    color: #6588b7;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 2.6em;
}

h2 a {
    color: #007bff;
    border-bottom: none;
}

h2 a:hover {
    color: #0056b3;
    text-decoration: underline;
}

li a {
    color: #007bff;
    border-bottom: none;
}

li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

table, th, td {
    border: none;
}

th, td {
	text-align: left;
    font-size: 15px;
    color: #333333;
    padding: 5px 5px;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#navi {
    width: 100%;
    height: 66px;
    float: left;
    background: url(uga_header.png);
    border-bottom: 0px solid #FFFFFF;
    padding-top: 5px;
}

#navi a {
    color: #959A9B;
    font-size: 18px;
}

#navi a:hover {
    color: #CBCFCF;
}

#wrapper {
    width: 100%;
    float: left;
    margin-top: 15px;
}

#info {
    width: 100%;
    height: 210px;
    float: left;
}

#info p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 19px;
    color: #fff;
}

#info a {
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    line-height: 19px;
}

#info a:hover {
    color: #fff;
    text-decoration: underline;
}

#info h2 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    border-bottom: 0px;
}

#info h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

#content {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    text-align:justify;
}

#content li {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 0.3em;
    color: #333333;   
    margin-left:36px;
}

#pro_act li {
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 0.3em;
    color: #333333;   
    margin-left:20px;
}


