/*====================[ HTML Tags ]====================*/
a {text-decoration: none}
a:link {color: #294DA6}
a:visited {color: #294DA6}
a:hover {color: #789BF2}

p { text-indent: 0.6cm; }
p:first-child { margin-top:0; }
li p { text-indent: 0.6cm; }

/*====================[ Text Formatting Styles ]====================*/
.b {font-weight: bold;}
.u {text-decoration: underline;}
.s {text-decoration: line-through;}
.i {font-style: italic;}

.text_right{text-align: right;}
.text_left{text-align: left;}
.left {float:left; margin-right:4px}
.right {float:right; margin-left:4px}
.center {margin:0 auto;text-align:center}