@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Global CSS - The global styles for all media ------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ***************************************************** */
/* The style for the body                                */
/* ***************************************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
}
a:visited {
}
a:hover {
}

/* ***************************************************** */
/* The style for the typography                          */
/* ***************************************************** */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
