@import url("title.css");

.securityPolicyTitle {
	color : blue;
	font-size : 3em;
}


.policyIntro {
	font-size : 1em;
	margin : 2em 0.5em;
}


.contents {
	font-size : 0.8em;
	margin : 2em 3em;
}


.policyWrite {
	margin : 1.5em 1.2em;
}


.prev {
	font-size : 1.2em;
	text-align: center;
}


#indent {
	text-indent : 4em;
}


hr{
    border:none;
    border-top:solid 1px;
    height:1px;
    color:#000000;
}