<?php
include "../../root.class.php";
$html = new html();
$html->add_styles_page();

$html->check_user_type("ADMIN");

?>